Struct DIRECTORY_TYPE
#[repr(transparent)]pub struct DIRECTORY_TYPE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for DIRECTORY_TYPE
impl Clone for DIRECTORY_TYPE
§fn clone(&self) -> DIRECTORY_TYPE
fn clone(&self) -> DIRECTORY_TYPE
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§impl Debug for DIRECTORY_TYPE
impl Debug for DIRECTORY_TYPE
§impl Default for DIRECTORY_TYPE
impl Default for DIRECTORY_TYPE
§fn default() -> DIRECTORY_TYPE
fn default() -> DIRECTORY_TYPE
Returns the “default value” for a type. Read more
§impl PartialEq for DIRECTORY_TYPE
impl PartialEq for DIRECTORY_TYPE
impl Copy for DIRECTORY_TYPE
impl Eq for DIRECTORY_TYPE
impl StructuralPartialEq for DIRECTORY_TYPE
Auto Trait Implementations§
impl Freeze for DIRECTORY_TYPE
impl RefUnwindSafe for DIRECTORY_TYPE
impl Send for DIRECTORY_TYPE
impl Sync for DIRECTORY_TYPE
impl Unpin for DIRECTORY_TYPE
impl UnwindSafe for DIRECTORY_TYPE
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