Struct wasi_common::file::FdStat
source · [−]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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more