#[repr(C)]pub struct PrestatDir {
pub pr_name_len: Size,
}
Fields§
§pr_name_len: Size
The 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 moreSource§impl Debug for PrestatDir
impl Debug for PrestatDir
impl Copy for PrestatDir
Auto Trait Implementations§
impl Freeze for PrestatDir
impl RefUnwindSafe for PrestatDir
impl Send for PrestatDir
impl Sync for PrestatDir
impl Unpin for PrestatDir
impl UnwindSafe for PrestatDir
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