Struct wasix::PrestatDir
source · [−]#[repr(C)]pub struct PrestatDir {
pub pr_name_len: u32,
}Fields
pr_name_len: u32The length of the directory name for use with fd_prestat_dir_name.
Trait Implementations
sourceimpl Clone for PrestatDir
impl Clone for PrestatDir
sourcefn clone(&self) -> PrestatDir
fn clone(&self) -> PrestatDir
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 PrestatDir
impl Debug for PrestatDir
impl Copy for PrestatDir
Auto Trait Implementations
impl RefUnwindSafe for PrestatDir
impl Send for PrestatDir
impl Sync for PrestatDir
impl Unpin for PrestatDir
impl UnwindSafe for PrestatDir
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