#[repr(C)]pub struct Filestat {
pub device_id: u64,
pub inode: u64,
pub filetype: u8,
pub nlink: u64,
pub size: u64,
pub atim: u64,
pub mtim: u64,
pub ctim: u64,
}Fields§
§device_id: u64§inode: u64§filetype: u8§nlink: u64§size: u64§atim: u64§mtim: u64§ctim: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for Filestat
impl RefUnwindSafe for Filestat
impl Send for Filestat
impl Sync for Filestat
impl Unpin for Filestat
impl UnwindSafe for Filestat
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