#[repr(C)]pub struct ext2_dir_entry_hash {
pub hash: __le32,
pub minor_hash: __le32,
}Fields§
§hash: __le32§minor_hash: __le32Trait Implementations§
Source§impl Clone for ext2_dir_entry_hash
impl Clone for ext2_dir_entry_hash
Source§fn clone(&self) -> ext2_dir_entry_hash
fn clone(&self) -> ext2_dir_entry_hash
Returns a duplicate 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 ext2_dir_entry_hash
impl Debug for ext2_dir_entry_hash
impl Copy for ext2_dir_entry_hash
Auto Trait Implementations§
impl Freeze for ext2_dir_entry_hash
impl RefUnwindSafe for ext2_dir_entry_hash
impl Send for ext2_dir_entry_hash
impl Sync for ext2_dir_entry_hash
impl Unpin for ext2_dir_entry_hash
impl UnwindSafe for ext2_dir_entry_hash
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