Struct win_sys::FileSystem::MOVE_FILE_FLAGS
source · [−]#[repr(transparent)]pub struct MOVE_FILE_FLAGS(pub u32);Expand description
Required features: ‘Win32_Storage_FileSystem’
Tuple Fields
0: u32Trait Implementations
sourceimpl BitAnd<MOVE_FILE_FLAGS> for MOVE_FILE_FLAGS
impl BitAnd<MOVE_FILE_FLAGS> for MOVE_FILE_FLAGS
type Output = MOVE_FILE_FLAGS
type Output = MOVE_FILE_FLAGS
The resulting type after applying the & operator.
sourcepub fn bitand(self, other: MOVE_FILE_FLAGS) -> MOVE_FILE_FLAGS
pub fn bitand(self, other: MOVE_FILE_FLAGS) -> MOVE_FILE_FLAGS
Performs the & operation. Read more
sourceimpl BitAndAssign<MOVE_FILE_FLAGS> for MOVE_FILE_FLAGS
impl BitAndAssign<MOVE_FILE_FLAGS> for MOVE_FILE_FLAGS
sourcepub fn bitand_assign(&mut self, other: MOVE_FILE_FLAGS)
pub fn bitand_assign(&mut self, other: MOVE_FILE_FLAGS)
Performs the &= operation. Read more
sourceimpl BitOr<MOVE_FILE_FLAGS> for MOVE_FILE_FLAGS
impl BitOr<MOVE_FILE_FLAGS> for MOVE_FILE_FLAGS
type Output = MOVE_FILE_FLAGS
type Output = MOVE_FILE_FLAGS
The resulting type after applying the | operator.
sourcepub fn bitor(self, other: MOVE_FILE_FLAGS) -> MOVE_FILE_FLAGS
pub fn bitor(self, other: MOVE_FILE_FLAGS) -> MOVE_FILE_FLAGS
Performs the | operation. Read more
sourceimpl BitOrAssign<MOVE_FILE_FLAGS> for MOVE_FILE_FLAGS
impl BitOrAssign<MOVE_FILE_FLAGS> for MOVE_FILE_FLAGS
sourcepub fn bitor_assign(&mut self, other: MOVE_FILE_FLAGS)
pub fn bitor_assign(&mut self, other: MOVE_FILE_FLAGS)
Performs the |= operation. Read more
sourceimpl Clone for MOVE_FILE_FLAGS
impl Clone for MOVE_FILE_FLAGS
sourcepub fn clone(&self) -> MOVE_FILE_FLAGS
pub fn clone(&self) -> MOVE_FILE_FLAGS
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 MOVE_FILE_FLAGS
impl Debug for MOVE_FILE_FLAGS
sourceimpl Default for MOVE_FILE_FLAGS
impl Default for MOVE_FILE_FLAGS
sourcepub fn default() -> MOVE_FILE_FLAGS
pub fn default() -> MOVE_FILE_FLAGS
Returns the “default value” for a type. Read more
sourceimpl Not for MOVE_FILE_FLAGS
impl Not for MOVE_FILE_FLAGS
type Output = MOVE_FILE_FLAGS
type Output = MOVE_FILE_FLAGS
The resulting type after applying the ! operator.
sourcepub fn not(self) -> MOVE_FILE_FLAGS
pub fn not(self) -> MOVE_FILE_FLAGS
Performs the unary ! operation. Read more
sourceimpl PartialEq<MOVE_FILE_FLAGS> for MOVE_FILE_FLAGS
impl PartialEq<MOVE_FILE_FLAGS> for MOVE_FILE_FLAGS
sourcepub fn eq(&self, other: &MOVE_FILE_FLAGS) -> bool
pub fn eq(&self, other: &MOVE_FILE_FLAGS) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcepub fn ne(&self, other: &MOVE_FILE_FLAGS) -> bool
pub fn ne(&self, other: &MOVE_FILE_FLAGS) -> bool
This method tests for !=.
impl Copy for MOVE_FILE_FLAGS
impl Eq for MOVE_FILE_FLAGS
impl StructuralEq for MOVE_FILE_FLAGS
impl StructuralPartialEq for MOVE_FILE_FLAGS
Auto Trait Implementations
impl RefUnwindSafe for MOVE_FILE_FLAGS
impl Send for MOVE_FILE_FLAGS
impl Sync for MOVE_FILE_FLAGS
impl Unpin for MOVE_FILE_FLAGS
impl UnwindSafe for MOVE_FILE_FLAGS
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)
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more