Struct win_sys::FileSystem::CLFS_FLAG
source · [−]#[repr(transparent)]pub struct CLFS_FLAG(pub u32);Expand description
Required features: ‘Win32_Storage_FileSystem’
Tuple Fields
0: u32Trait Implementations
sourceimpl BitAndAssign<CLFS_FLAG> for CLFS_FLAG
impl BitAndAssign<CLFS_FLAG> for CLFS_FLAG
sourcepub fn bitand_assign(&mut self, other: CLFS_FLAG)
pub fn bitand_assign(&mut self, other: CLFS_FLAG)
Performs the &= operation. Read more
sourceimpl BitOrAssign<CLFS_FLAG> for CLFS_FLAG
impl BitOrAssign<CLFS_FLAG> for CLFS_FLAG
sourcepub fn bitor_assign(&mut self, other: CLFS_FLAG)
pub fn bitor_assign(&mut self, other: CLFS_FLAG)
Performs the |= operation. Read more
impl Copy for CLFS_FLAG
impl Eq for CLFS_FLAG
impl StructuralEq for CLFS_FLAG
impl StructuralPartialEq for CLFS_FLAG
Auto Trait Implementations
impl RefUnwindSafe for CLFS_FLAG
impl Send for CLFS_FLAG
impl Sync for CLFS_FLAG
impl Unpin for CLFS_FLAG
impl UnwindSafe for CLFS_FLAG
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