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