#[repr(transparent)]pub struct DPAMM_MESSAGE(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl BitAnd for DPAMM_MESSAGE
impl BitAnd for DPAMM_MESSAGE
Source§type Output = DPAMM_MESSAGE
type Output = DPAMM_MESSAGE
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: DPAMM_MESSAGE) -> DPAMM_MESSAGE
fn bitand(self, rhs: DPAMM_MESSAGE) -> DPAMM_MESSAGE
Performs the
& operation. Read moreSource§impl BitAndAssign for DPAMM_MESSAGE
impl BitAndAssign for DPAMM_MESSAGE
Source§fn bitand_assign(&mut self, rhs: DPAMM_MESSAGE)
fn bitand_assign(&mut self, rhs: DPAMM_MESSAGE)
Performs the
&= operation. Read moreSource§impl BitOr for DPAMM_MESSAGE
impl BitOr for DPAMM_MESSAGE
Source§type Output = DPAMM_MESSAGE
type Output = DPAMM_MESSAGE
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: DPAMM_MESSAGE) -> DPAMM_MESSAGE
fn bitor(self, rhs: DPAMM_MESSAGE) -> DPAMM_MESSAGE
Performs the
| operation. Read moreSource§impl BitOrAssign for DPAMM_MESSAGE
impl BitOrAssign for DPAMM_MESSAGE
Source§fn bitor_assign(&mut self, rhs: DPAMM_MESSAGE)
fn bitor_assign(&mut self, rhs: DPAMM_MESSAGE)
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§fn from(value: u32) -> DPAMM_MESSAGE
fn from(value: u32) -> DPAMM_MESSAGE
Converts to this type from the input type.
Source§impl Not for DPAMM_MESSAGE
impl Not for DPAMM_MESSAGE
Source§type Output = DPAMM_MESSAGE
type Output = DPAMM_MESSAGE
The resulting type after applying the
! operator.Source§fn not(self) -> DPAMM_MESSAGE
fn not(self) -> DPAMM_MESSAGE
Performs the unary
! operation. Read moreSource§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