Struct libe2fs_sys::real_ext2_file
source · #[repr(C)]pub struct real_ext2_file {
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 real_ext2_file
impl Clone for real_ext2_file
source§fn clone(&self) -> real_ext2_file
fn clone(&self) -> real_ext2_file
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 real_ext2_file
Auto Trait Implementations§
impl RefUnwindSafe for real_ext2_file
impl !Send for real_ext2_file
impl !Sync for real_ext2_file
impl Unpin for real_ext2_file
impl UnwindSafe for real_ext2_file
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