Struct wasi_common::file::Filestat [−][src]
pub struct Filestat { pub device_id: u64, pub inode: u64, pub filetype: FileType, pub nlink: u64, pub size: u64, pub atim: Option<SystemTime>, pub mtim: Option<SystemTime>, pub ctim: Option<SystemTime>, }
Fields
device_id: u64
inode: u64
filetype: FileType
nlink: u64
size: u64
atim: Option<SystemTime>
mtim: Option<SystemTime>
ctim: Option<SystemTime>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Filestat
impl UnwindSafe for Filestat
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more