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