#[repr(C, packed(1))]pub struct ext4_fake_dir_entry {
pub inode: u32,
pub entry_length: u16,
pub name_length: u8,
pub inode_type: u8,
}Fields§
§inode: u32§entry_length: u16§name_length: u8§inode_type: u8Trait Implementations§
Source§impl Clone for ext4_fake_dir_entry
impl Clone for ext4_fake_dir_entry
Source§fn clone(&self) -> ext4_fake_dir_entry
fn clone(&self) -> ext4_fake_dir_entry
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ext4_fake_dir_entry
impl Debug for ext4_fake_dir_entry
impl Copy for ext4_fake_dir_entry
Auto Trait Implementations§
impl Freeze for ext4_fake_dir_entry
impl RefUnwindSafe for ext4_fake_dir_entry
impl Send for ext4_fake_dir_entry
impl Sync for ext4_fake_dir_entry
impl Unpin for ext4_fake_dir_entry
impl UnwindSafe for ext4_fake_dir_entry
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