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