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