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