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