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§
source§impl Clone for ReaddirEntity
impl Clone for ReaddirEntity
source§fn clone(&self) -> ReaddirEntity
fn clone(&self) -> ReaddirEntity
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl 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§
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