#[repr(C, packed(1))]pub struct ext4_dir_en {
pub inode: u32,
pub entry_len: u16,
pub name_len: u8,
pub in_: ext4_dir_en_internal,
pub name: __IncompleteArrayField<u8>,
}Expand description
Linked list directory entry structure
Fields§
§inode: u32§entry_len: u16§name_len: u8§in_: ext4_dir_en_internal§name: __IncompleteArrayField<u8>Auto Trait Implementations§
impl Freeze for ext4_dir_en
impl RefUnwindSafe for ext4_dir_en
impl Send for ext4_dir_en
impl Sync for ext4_dir_en
impl Unpin for ext4_dir_en
impl UnwindSafe for ext4_dir_en
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