Struct win_sys::FileSystem::NtmsLibraryFlags
source · [−]#[repr(transparent)]pub struct NtmsLibraryFlags(pub i32);Expand description
Required features: ‘Win32_Storage_FileSystem’
Tuple Fields
0: i32Trait Implementations
sourceimpl Clone for NtmsLibraryFlags
impl Clone for NtmsLibraryFlags
sourcepub fn clone(&self) -> NtmsLibraryFlags
pub fn clone(&self) -> NtmsLibraryFlags
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 more
sourceimpl Debug for NtmsLibraryFlags
impl Debug for NtmsLibraryFlags
sourceimpl Default for NtmsLibraryFlags
impl Default for NtmsLibraryFlags
sourcepub fn default() -> NtmsLibraryFlags
pub fn default() -> NtmsLibraryFlags
Returns the “default value” for a type. Read more
sourceimpl PartialEq<NtmsLibraryFlags> for NtmsLibraryFlags
impl PartialEq<NtmsLibraryFlags> for NtmsLibraryFlags
sourcepub fn eq(&self, other: &NtmsLibraryFlags) -> bool
pub fn eq(&self, other: &NtmsLibraryFlags) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcepub fn ne(&self, other: &NtmsLibraryFlags) -> bool
pub fn ne(&self, other: &NtmsLibraryFlags) -> bool
This method tests for !=.
impl Copy for NtmsLibraryFlags
impl Eq for NtmsLibraryFlags
impl StructuralEq for NtmsLibraryFlags
impl StructuralPartialEq for NtmsLibraryFlags
Auto Trait Implementations
impl RefUnwindSafe for NtmsLibraryFlags
impl Send for NtmsLibraryFlags
impl Sync for NtmsLibraryFlags
impl Unpin for NtmsLibraryFlags
impl UnwindSafe for NtmsLibraryFlags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more