#[repr(C)]pub struct DeleteDataMsg {
pub ddm_Length: ULONG,
pub ddm_Action: LONG,
pub ddm_Lock: BPTR,
pub ddm_Name: STRPTR,
}Fields§
§ddm_Length: ULONG§ddm_Action: LONG§ddm_Lock: BPTR§ddm_Name: STRPTRTrait Implementations§
Source§impl Clone for DeleteDataMsg
impl Clone for DeleteDataMsg
Source§fn clone(&self) -> DeleteDataMsg
fn clone(&self) -> DeleteDataMsg
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DeleteDataMsg
Auto Trait Implementations§
impl !Send for DeleteDataMsg
impl !Sync for DeleteDataMsg
impl Freeze for DeleteDataMsg
impl RefUnwindSafe for DeleteDataMsg
impl Unpin for DeleteDataMsg
impl UnsafeUnpin for DeleteDataMsg
impl UnwindSafe for DeleteDataMsg
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