#[repr(transparent)]pub struct CREATE_EVENT(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Abi for CREATE_EVENT
impl Abi for CREATE_EVENT
Source§type Abi = CREATE_EVENT
type Abi = CREATE_EVENT
The abi representation of the implementing type. Read more
type DefaultType = CREATE_EVENT
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 CREATE_EVENT
impl BitAnd for CREATE_EVENT
Source§impl BitAndAssign for CREATE_EVENT
impl BitAndAssign for CREATE_EVENT
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for CREATE_EVENT
impl BitOr for CREATE_EVENT
Source§impl BitOrAssign for CREATE_EVENT
impl BitOrAssign for CREATE_EVENT
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for CREATE_EVENT
impl Clone for CREATE_EVENT
Source§fn clone(&self) -> CREATE_EVENT
fn clone(&self) -> CREATE_EVENT
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 CREATE_EVENT
Source§impl Debug for CREATE_EVENT
impl Debug for CREATE_EVENT
Source§impl Default for CREATE_EVENT
impl Default for CREATE_EVENT
Source§fn default() -> CREATE_EVENT
fn default() -> CREATE_EVENT
Returns the “default value” for a type. Read more
impl Eq for CREATE_EVENT
Source§impl From<u32> for CREATE_EVENT
impl From<u32> for CREATE_EVENT
Source§impl PartialEq for CREATE_EVENT
impl PartialEq 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 UnsafeUnpin 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