Struct libe2fs_sys::ext3_extent_idx
source · #[repr(C)]pub struct ext3_extent_idx {
pub ei_block: __le32,
pub ei_leaf: __le32,
pub ei_leaf_hi: __le16,
pub ei_unused: __le16,
}Fields§
§ei_block: __le32§ei_leaf: __le32§ei_leaf_hi: __le16§ei_unused: __le16Trait Implementations§
source§impl Clone for ext3_extent_idx
impl Clone for ext3_extent_idx
source§fn clone(&self) -> ext3_extent_idx
fn clone(&self) -> ext3_extent_idx
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_idx
impl Debug for ext3_extent_idx
impl Copy for ext3_extent_idx
Auto Trait Implementations§
impl RefUnwindSafe for ext3_extent_idx
impl Send for ext3_extent_idx
impl Sync for ext3_extent_idx
impl Unpin for ext3_extent_idx
impl UnwindSafe for ext3_extent_idx
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