Struct libe2fs_sys::ext2_file_64
source · #[repr(C)]pub struct ext2_file_64 {
pub magic: errcode_t,
pub fs: ext2_filsys,
pub ino: ext2_ino_t,
pub inode: ext2_inode,
pub flags: c_int,
pub pos: __u64,
pub blockno: blk64_t,
pub physblock: blk64_t,
pub buf: *mut c_char,
}Fields§
§magic: errcode_t§fs: ext2_filsys§ino: ext2_ino_t§inode: ext2_inode§flags: c_int§pos: __u64§blockno: blk64_t§physblock: blk64_t§buf: *mut c_charTrait Implementations§
source§impl Clone for ext2_file_64
impl Clone for ext2_file_64
source§fn clone(&self) -> ext2_file_64
fn clone(&self) -> ext2_file_64
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 moreimpl Copy for ext2_file_64
Auto Trait Implementations§
impl RefUnwindSafe for ext2_file_64
impl !Send for ext2_file_64
impl !Sync for ext2_file_64
impl Unpin for ext2_file_64
impl UnwindSafe for ext2_file_64
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