#[repr(C, packed(2))]pub struct ClipHookMsg {
pub chm_Type: ULONG,
pub chm_ChangeCmd: LONG,
pub chm_ClipID: LONG,
}Fields§
§chm_Type: ULONG§chm_ChangeCmd: LONG§chm_ClipID: LONGTrait Implementations§
Source§impl Clone for ClipHookMsg
impl Clone for ClipHookMsg
Source§fn clone(&self) -> ClipHookMsg
fn clone(&self) -> ClipHookMsg
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 ClipHookMsg
impl Debug for ClipHookMsg
impl Copy for ClipHookMsg
Auto Trait Implementations§
impl Freeze for ClipHookMsg
impl RefUnwindSafe for ClipHookMsg
impl Send for ClipHookMsg
impl Sync for ClipHookMsg
impl Unpin for ClipHookMsg
impl UnwindSafe for ClipHookMsg
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