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