#[repr(C)]pub struct ext4_dir {
pub f: ext4_file,
pub de: ext4_direntry,
pub next_off: u64,
}Expand description
@brief Directory descriptor.
Fields§
§f: ext4_file@brief File descriptor.
de: ext4_direntry@brief Current directory entry.
next_off: u64@brief Next entry offset.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ext4_dir
impl RefUnwindSafe for ext4_dir
impl !Send for ext4_dir
impl !Sync for ext4_dir
impl Unpin for ext4_dir
impl UnwindSafe for ext4_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