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