#[repr(C)]pub enum PreopenType {
Dir {
name_len: Size,
},
}
Variants§
Trait Implementations§
Source§impl Clone for PreopenType
impl Clone for PreopenType
Source§fn clone(&self) -> PreopenType
fn clone(&self) -> PreopenType
Returns a duplicate 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 PreopenType
impl Debug for PreopenType
Source§impl PartialEq for PreopenType
impl PartialEq for PreopenType
impl Copy for PreopenType
impl Eq for PreopenType
impl StructuralPartialEq for PreopenType
Auto Trait Implementations§
impl Freeze for PreopenType
impl RefUnwindSafe for PreopenType
impl Send for PreopenType
impl Sync for PreopenType
impl Unpin for PreopenType
impl UnwindSafe for PreopenType
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