Struct WMDMMessage
#[repr(transparent)]pub struct WMDMMessage(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for WMDMMessage
impl Clone for WMDMMessage
§fn clone(&self) -> WMDMMessage
fn clone(&self) -> WMDMMessage
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 WMDMMessage
impl Debug for WMDMMessage
§impl Default for WMDMMessage
impl Default for WMDMMessage
§fn default() -> WMDMMessage
fn default() -> WMDMMessage
Returns the “default value” for a type. Read more
§impl PartialEq for WMDMMessage
impl PartialEq for WMDMMessage
impl Copy for WMDMMessage
impl Eq for WMDMMessage
impl StructuralPartialEq for WMDMMessage
Auto Trait Implementations§
impl Freeze for WMDMMessage
impl RefUnwindSafe for WMDMMessage
impl Send for WMDMMessage
impl Sync for WMDMMessage
impl Unpin for WMDMMessage
impl UnwindSafe for WMDMMessage
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