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: u64inode: u64filetype: FileTypenlink: u64size: u64atim: 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
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
