Struct async_wasi::snapshots::common::vfs::ReaddirEntity
source · pub struct ReaddirEntity {
pub next: u64,
pub inode: u64,
pub name: String,
pub filetype: FileType,
}
Fields§
§next: u64
§inode: u64
§name: String
§filetype: FileType
Trait Implementations§
source§impl From<&ReaddirEntity> for __wasi_dirent_t
impl From<&ReaddirEntity> for __wasi_dirent_t
source§fn from(ent: &ReaddirEntity) -> Self
fn from(ent: &ReaddirEntity) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for ReaddirEntity
impl Send for ReaddirEntity
impl Sync for ReaddirEntity
impl Unpin for ReaddirEntity
impl UnwindSafe for ReaddirEntity
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