#[repr(transparent)]pub struct FILE_NOTIFY_CHANGE(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Abi for FILE_NOTIFY_CHANGE
impl Abi for FILE_NOTIFY_CHANGE
Source§type Abi = FILE_NOTIFY_CHANGE
type Abi = FILE_NOTIFY_CHANGE
The abi representation of the implementing type. Read more
type DefaultType = FILE_NOTIFY_CHANGE
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl BitAnd for FILE_NOTIFY_CHANGE
impl BitAnd for FILE_NOTIFY_CHANGE
Source§impl BitAndAssign for FILE_NOTIFY_CHANGE
impl BitAndAssign for FILE_NOTIFY_CHANGE
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for FILE_NOTIFY_CHANGE
impl BitOr for FILE_NOTIFY_CHANGE
Source§impl BitOrAssign for FILE_NOTIFY_CHANGE
impl BitOrAssign for FILE_NOTIFY_CHANGE
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for FILE_NOTIFY_CHANGE
impl Clone for FILE_NOTIFY_CHANGE
Source§fn clone(&self) -> FILE_NOTIFY_CHANGE
fn clone(&self) -> FILE_NOTIFY_CHANGE
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FILE_NOTIFY_CHANGE
Source§impl Debug for FILE_NOTIFY_CHANGE
impl Debug for FILE_NOTIFY_CHANGE
Source§impl Default for FILE_NOTIFY_CHANGE
impl Default for FILE_NOTIFY_CHANGE
Source§fn default() -> FILE_NOTIFY_CHANGE
fn default() -> FILE_NOTIFY_CHANGE
Returns the “default value” for a type. Read more
impl Eq for FILE_NOTIFY_CHANGE
Source§impl From<u32> for FILE_NOTIFY_CHANGE
impl From<u32> for FILE_NOTIFY_CHANGE
Source§impl PartialEq for FILE_NOTIFY_CHANGE
impl PartialEq 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 UnsafeUnpin 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