Struct libe2fs_sys::ext2_db_entry2
source · #[repr(C)]pub struct ext2_db_entry2 {
pub ino: ext2_ino_t,
pub blk: blk64_t,
pub blockcnt: e2_blkcnt_t,
}Fields§
§ino: ext2_ino_t§blk: blk64_t§blockcnt: e2_blkcnt_tTrait Implementations§
source§impl Clone for ext2_db_entry2
impl Clone for ext2_db_entry2
source§fn clone(&self) -> ext2_db_entry2
fn clone(&self) -> ext2_db_entry2
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 ext2_db_entry2
impl Debug for ext2_db_entry2
impl Copy for ext2_db_entry2
Auto Trait Implementations§
impl RefUnwindSafe for ext2_db_entry2
impl Send for ext2_db_entry2
impl Sync for ext2_db_entry2
impl Unpin for ext2_db_entry2
impl UnwindSafe for ext2_db_entry2
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