#[repr(C)]pub struct lfs_mdir {
pub pair: [lfs_block_t; 2],
pub rev: u32,
pub off: lfs_off_t,
pub etag: u32,
pub count: u16,
pub erased: bool,
pub split: bool,
pub tail: [lfs_block_t; 2],
}Fields§
§pair: [lfs_block_t; 2]§rev: u32§off: lfs_off_t§etag: u32§count: u16§erased: bool§split: bool§tail: [lfs_block_t; 2]Trait Implementations§
impl Copy for lfs_mdir
Auto Trait Implementations§
impl Freeze for lfs_mdir
impl RefUnwindSafe for lfs_mdir
impl Send for lfs_mdir
impl Sync for lfs_mdir
impl Unpin for lfs_mdir
impl UnwindSafe for lfs_mdir
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