pub struct InodeMetadata {
pub uid: u32,
pub gid: u32,
pub mode: u16,
pub mtime: u64,
pub mtime_nsec: u32,
}Fields§
§uid: u32§gid: u32§mode: u16§mtime: u64§mtime_nsec: u32Trait Implementations§
Source§impl Clone for InodeMetadata
impl Clone for InodeMetadata
Auto Trait Implementations§
impl Freeze for InodeMetadata
impl RefUnwindSafe for InodeMetadata
impl Send for InodeMetadata
impl Sync for InodeMetadata
impl Unpin for InodeMetadata
impl UnsafeUnpin for InodeMetadata
impl UnwindSafe for InodeMetadata
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