Struct libe2fs_sys::ext3_extent_header
source · #[repr(C)]pub struct ext3_extent_header {
pub eh_magic: __le16,
pub eh_entries: __le16,
pub eh_max: __le16,
pub eh_depth: __le16,
pub eh_generation: __le32,
}Fields§
§eh_magic: __le16§eh_entries: __le16§eh_max: __le16§eh_depth: __le16§eh_generation: __le32Trait Implementations§
source§impl Clone for ext3_extent_header
impl Clone for ext3_extent_header
source§fn clone(&self) -> ext3_extent_header
fn clone(&self) -> ext3_extent_header
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 ext3_extent_header
impl Debug for ext3_extent_header
impl Copy for ext3_extent_header
Auto Trait Implementations§
impl RefUnwindSafe for ext3_extent_header
impl Send for ext3_extent_header
impl Sync for ext3_extent_header
impl Unpin for ext3_extent_header
impl UnwindSafe for ext3_extent_header
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