Struct windows::Win32::UI::Controls::DPAMM_MESSAGE
#[repr(transparent)]pub struct DPAMM_MESSAGE(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
§impl Clone for DPAMM_MESSAGE
impl Clone for DPAMM_MESSAGE
§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 more§impl Debug for DPAMM_MESSAGE
impl Debug for DPAMM_MESSAGE
§impl Default for DPAMM_MESSAGE
impl Default for DPAMM_MESSAGE
§fn default() -> DPAMM_MESSAGE
fn default() -> DPAMM_MESSAGE
Returns the “default value” for a type. Read more
§impl PartialEq for DPAMM_MESSAGE
impl PartialEq for DPAMM_MESSAGE
§fn eq(&self, other: &DPAMM_MESSAGE) -> bool
fn eq(&self, other: &DPAMM_MESSAGE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)