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