#[repr(transparent)]pub struct PeekMessage_wRemoveMsg(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Abi for PeekMessage_wRemoveMsg
impl Abi for PeekMessage_wRemoveMsg
Source§type Abi = PeekMessage_wRemoveMsg
type Abi = PeekMessage_wRemoveMsg
The abi representation of the implementing type. Read more
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.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl BitAnd for PeekMessage_wRemoveMsg
impl BitAnd for PeekMessage_wRemoveMsg
Source§impl BitAndAssign for PeekMessage_wRemoveMsg
impl BitAndAssign for PeekMessage_wRemoveMsg
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for PeekMessage_wRemoveMsg
impl BitOr for PeekMessage_wRemoveMsg
Source§impl BitOrAssign for PeekMessage_wRemoveMsg
impl BitOrAssign for PeekMessage_wRemoveMsg
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for PeekMessage_wRemoveMsg
impl Clone for PeekMessage_wRemoveMsg
Source§fn clone(&self) -> PeekMessage_wRemoveMsg
fn clone(&self) -> PeekMessage_wRemoveMsg
Returns a duplicate 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 PeekMessage_wRemoveMsg
impl Debug for PeekMessage_wRemoveMsg
Source§impl Default for PeekMessage_wRemoveMsg
impl Default for PeekMessage_wRemoveMsg
Source§fn default() -> PeekMessage_wRemoveMsg
fn default() -> PeekMessage_wRemoveMsg
Returns the “default value” for a type. Read more
Source§impl From<u32> for PeekMessage_wRemoveMsg
impl From<u32> for PeekMessage_wRemoveMsg
Source§impl PartialEq for PeekMessage_wRemoveMsg
impl PartialEq for PeekMessage_wRemoveMsg
impl Copy for PeekMessage_wRemoveMsg
impl Eq for PeekMessage_wRemoveMsg
impl StructuralPartialEq for PeekMessage_wRemoveMsg
Auto Trait Implementations§
impl Freeze for PeekMessage_wRemoveMsg
impl RefUnwindSafe for PeekMessage_wRemoveMsg
impl Send for PeekMessage_wRemoveMsg
impl Sync for PeekMessage_wRemoveMsg
impl Unpin for PeekMessage_wRemoveMsg
impl UnwindSafe for PeekMessage_wRemoveMsg
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