pub struct FdStat {
pub filetype: FileType,
pub fs_rights_base: WASIRights,
pub fs_rights_inheriting: WASIRights,
pub flags: FdFlags,
}
Fields§
§filetype: FileType
§fs_rights_base: WASIRights
§fs_rights_inheriting: WASIRights
§flags: FdFlags
Trait Implementations§
source§impl From<&FdStat> for __wasi_fdstat_t
impl From<&FdStat> for __wasi_fdstat_t
source§fn from(fdstat: &FdStat) -> __wasi_fdstat_t
fn from(fdstat: &FdStat) -> __wasi_fdstat_t
Converts to this type from the input type.
source§impl From<FdStat> for __wasi_fdstat_t
impl From<FdStat> for __wasi_fdstat_t
source§fn from(fdstat: FdStat) -> __wasi_fdstat_t
fn from(fdstat: FdStat) -> __wasi_fdstat_t
Converts to this type from the input type.
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