Struct lu_formats::files::fdb::ListRows
source · pub struct ListRows {
pub ofs_row_data: u32,
pub ofs_next_data: u32,
}
Expand description
Fields§
§ofs_row_data: u32
§ofs_next_data: u32
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for ListRows
impl<'de> Deserialize<'de> for ListRows
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<ListRows> for ListRows
impl PartialEq<ListRows> for ListRows
impl StructuralPartialEq for ListRows
Auto Trait Implementations§
impl RefUnwindSafe for ListRows
impl Send for ListRows
impl Sync for ListRows
impl Unpin for ListRows
impl UnwindSafe for ListRows
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