pub struct Metadata {
pub ino: u32,
pub mode: u32,
pub uid: u32,
pub gid: u32,
pub nlink: u32,
pub mtime: u32,
pub file_size: u32,
pub dev_major: u32,
pub dev_minor: u32,
pub rdev_major: u32,
pub rdev_minor: u32,
}Expand description
The file metadata.
Fields§
§ino: u32§mode: u32§uid: u32§gid: u32§nlink: u32§mtime: u32§file_size: u32§dev_major: u32§dev_minor: u32§rdev_major: u32§rdev_minor: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for Metadata
impl RefUnwindSafe for Metadata
impl Send for Metadata
impl Sync for Metadata
impl Unpin for Metadata
impl UnwindSafe for Metadata
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