Struct wasi_common::dir::ReaddirEntity
source · pub struct ReaddirEntity {
pub next: ReaddirCursor,
pub inode: u64,
pub name: String,
pub filetype: FileType,
}
Fields
next: ReaddirCursor
inode: u64
name: String
filetype: FileType
Trait Implementations
sourceimpl Clone for ReaddirEntity
impl Clone for ReaddirEntity
sourcefn clone(&self) -> ReaddirEntity
fn clone(&self) -> ReaddirEntity
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ReaddirEntity
impl Debug for ReaddirEntity
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
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