Struct libe2fs_sys::ext2fs_extent
source · #[repr(C)]pub struct ext2fs_extent {
pub e_pblk: blk64_t,
pub e_lblk: blk64_t,
pub e_len: __u32,
pub e_flags: __u32,
}Fields§
§e_pblk: blk64_t§e_lblk: blk64_t§e_len: __u32§e_flags: __u32Trait Implementations§
source§impl Clone for ext2fs_extent
impl Clone for ext2fs_extent
source§fn clone(&self) -> ext2fs_extent
fn clone(&self) -> ext2fs_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 ext2fs_extent
impl Debug for ext2fs_extent
impl Copy for ext2fs_extent
Auto Trait Implementations§
impl RefUnwindSafe for ext2fs_extent
impl Send for ext2fs_extent
impl Sync for ext2fs_extent
impl Unpin for ext2fs_extent
impl UnwindSafe for ext2fs_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