#[repr(C)]pub struct lfs_dir {
pub next: *mut lfs_dir,
pub id: u16,
pub type_: u8,
pub m: lfs_mdir_t,
pub pos: lfs_off_t,
pub head: [lfs_block_t; 2],
}Fields§
§next: *mut lfs_dir§id: u16§type_: u8§m: lfs_mdir_t§pos: lfs_off_t§head: [lfs_block_t; 2]Trait Implementations§
impl Copy for lfs_dir
Auto Trait Implementations§
impl Freeze for lfs_dir
impl RefUnwindSafe for lfs_dir
impl !Send for lfs_dir
impl !Sync for lfs_dir
impl Unpin for lfs_dir
impl UnwindSafe for lfs_dir
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