Struct lu_formats::files::fdb::RowData
source · pub struct RowData {
pub num_data: u32,
pub ofs_data_array: u32,
}
Expand description
Fields§
§num_data: u32
§ofs_data_array: u32
Implementations§
source§impl RowData
impl RowData
pub fn parse_data_array<'a>( &self, _input: &'a [u8] ) -> IResult<&'a [u8], Vec<VariantData>>
Trait Implementations§
source§impl<'de> Deserialize<'de> for RowData
impl<'de> Deserialize<'de> for RowData
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<RowData> for RowData
impl PartialEq<RowData> for RowData
impl StructuralPartialEq for RowData
Auto Trait Implementations§
impl RefUnwindSafe for RowData
impl Send for RowData
impl Sync for RowData
impl Unpin for RowData
impl UnwindSafe for RowData
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more