#[repr(C, packed(2))]pub struct SatisfyMsg {
pub sm_Msg: Message,
pub sm_Unit: UWORD,
pub sm_ClipID: LONG,
}Fields§
§sm_Msg: Message§sm_Unit: UWORD§sm_ClipID: LONGTrait Implementations§
Source§impl Clone for SatisfyMsg
impl Clone for SatisfyMsg
Source§fn clone(&self) -> SatisfyMsg
fn clone(&self) -> SatisfyMsg
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 SatisfyMsg
impl Debug for SatisfyMsg
impl Copy for SatisfyMsg
Auto Trait Implementations§
impl Freeze for SatisfyMsg
impl RefUnwindSafe for SatisfyMsg
impl !Send for SatisfyMsg
impl !Sync for SatisfyMsg
impl Unpin for SatisfyMsg
impl UnwindSafe for SatisfyMsg
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