Struct wasi_common::dir::DirFdStat
source · Fields
file_caps: FileCaps
dir_caps: DirCaps
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DirFdStat
impl Send for DirFdStat
impl Sync for DirFdStat
impl Unpin for DirFdStat
impl UnwindSafe for DirFdStat
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