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