#[repr(C)]pub struct PBoxDrawMsg {
pub pbdm_MethodID: ULONG,
pub pbdm_RastPort: *mut RastPort,
pub pbdm_DrawInfo: *mut DrawInfo,
pub pbdm_Bounds: Rectangle,
pub pbdm_State: ULONG,
pub pbdm_Color: ULONG,
pub pbdm_Gadget: *mut Gadget,
}Fields§
§pbdm_MethodID: ULONG§pbdm_RastPort: *mut RastPort§pbdm_DrawInfo: *mut DrawInfo§pbdm_Bounds: Rectangle§pbdm_State: ULONG§pbdm_Color: ULONG§pbdm_Gadget: *mut GadgetTrait Implementations§
Source§impl Clone for PBoxDrawMsg
impl Clone for PBoxDrawMsg
Source§fn clone(&self) -> PBoxDrawMsg
fn clone(&self) -> PBoxDrawMsg
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 PBoxDrawMsg
Auto Trait Implementations§
impl !Send for PBoxDrawMsg
impl !Sync for PBoxDrawMsg
impl Freeze for PBoxDrawMsg
impl RefUnwindSafe for PBoxDrawMsg
impl Unpin for PBoxDrawMsg
impl UnsafeUnpin for PBoxDrawMsg
impl UnwindSafe for PBoxDrawMsg
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