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