Struct libe2fs_sys::ext3_ext_path
source · #[repr(C)]pub struct ext3_ext_path {
pub p_block: __u32,
pub p_depth: __u16,
pub p_ext: *mut ext3_extent,
pub p_idx: *mut ext3_extent_idx,
pub p_hdr: *mut ext3_extent_header,
pub p_bh: *mut buffer_head,
}Fields§
§p_block: __u32§p_depth: __u16§p_ext: *mut ext3_extent§p_idx: *mut ext3_extent_idx§p_hdr: *mut ext3_extent_header§p_bh: *mut buffer_headTrait Implementations§
source§impl Clone for ext3_ext_path
impl Clone for ext3_ext_path
source§fn clone(&self) -> ext3_ext_path
fn clone(&self) -> ext3_ext_path
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_ext_path
impl Debug for ext3_ext_path
impl Copy for ext3_ext_path
Auto Trait Implementations§
impl RefUnwindSafe for ext3_ext_path
impl !Send for ext3_ext_path
impl !Sync for ext3_ext_path
impl Unpin for ext3_ext_path
impl UnwindSafe for ext3_ext_path
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