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