Struct FILE_NOTIFY_CHANGE
#[repr(transparent)]pub struct FILE_NOTIFY_CHANGE(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl FILE_NOTIFY_CHANGE
impl FILE_NOTIFY_CHANGE
Trait Implementations§
§impl BitAnd for FILE_NOTIFY_CHANGE
impl BitAnd for FILE_NOTIFY_CHANGE
§impl BitAndAssign for FILE_NOTIFY_CHANGE
impl BitAndAssign for FILE_NOTIFY_CHANGE
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for FILE_NOTIFY_CHANGE
impl BitOr for FILE_NOTIFY_CHANGE
§impl BitOrAssign for FILE_NOTIFY_CHANGE
impl BitOrAssign for FILE_NOTIFY_CHANGE
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for FILE_NOTIFY_CHANGE
impl Clone for FILE_NOTIFY_CHANGE
§fn clone(&self) -> FILE_NOTIFY_CHANGE
fn clone(&self) -> FILE_NOTIFY_CHANGE
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 FILE_NOTIFY_CHANGE
impl Debug for FILE_NOTIFY_CHANGE
§impl Default for FILE_NOTIFY_CHANGE
impl Default for FILE_NOTIFY_CHANGE
§fn default() -> FILE_NOTIFY_CHANGE
fn default() -> FILE_NOTIFY_CHANGE
Returns the “default value” for a type. Read more
§impl Not for FILE_NOTIFY_CHANGE
impl Not for FILE_NOTIFY_CHANGE
§impl PartialEq for FILE_NOTIFY_CHANGE
impl PartialEq for FILE_NOTIFY_CHANGE
impl Copy for FILE_NOTIFY_CHANGE
impl Eq for FILE_NOTIFY_CHANGE
impl StructuralPartialEq for FILE_NOTIFY_CHANGE
Auto Trait Implementations§
impl Freeze for FILE_NOTIFY_CHANGE
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§
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