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§
source§impl Clone for PrestatDir
impl Clone for PrestatDir
source§fn clone(&self) -> PrestatDir
fn clone(&self) -> PrestatDir
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 more