pub struct Stat {
pub dev: u32,
pub ino: u32,
pub type: InodeType,
pub nlink: u16,
pub size: u64,
}Fields§
§dev: u32§ino: u32§type: InodeType§nlink: u16§size: u64Trait Implementations§
impl Copy for Stat
Auto Trait Implementations§
impl Freeze for Stat
impl RefUnwindSafe for Stat
impl Send for Stat
impl Sync for Stat
impl Unpin for Stat
impl UnsafeUnpin for Stat
impl UnwindSafe for Stat
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