Struct wasi_common::file::FdStat
source · pub struct FdStat {
pub filetype: FileType,
pub caps: FileCaps,
pub flags: FdFlags,
}
Fields§
§filetype: FileType
§caps: FileCaps
§flags: FdFlags
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FdStat
impl Send for FdStat
impl Sync for FdStat
impl Unpin for FdStat
impl UnwindSafe for FdStat
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