pub struct MetaDataExt {
pub st_mode: u32,
pub st_ino: u64,
pub st_dev: u64,
pub st_nlink: u64,
pub st_blksize: u64,
pub st_blocks: u64,
pub st_uid: u32,
pub st_gid: u32,
pub st_rdev: u64,
}
Fields§
§st_mode: u32
§st_ino: u64
§st_dev: u64
§st_nlink: u64
§st_blksize: u64
§st_blocks: u64
§st_uid: u32
§st_gid: u32
§st_rdev: u64
Trait Implementations§
Source§impl Clone for MetaDataExt
impl Clone for MetaDataExt
Source§fn clone(&self) -> MetaDataExt
fn clone(&self) -> MetaDataExt
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for MetaDataExt
impl RefUnwindSafe for MetaDataExt
impl Send for MetaDataExt
impl Sync for MetaDataExt
impl Unpin for MetaDataExt
impl UnwindSafe for MetaDataExt
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