#[repr(C, packed(2))]pub struct LBDrawMsg {
pub lbdm_MethodID: ULONG,
pub lbdm_RastPort: *mut RastPort,
pub lbdm_DrawInfo: *mut DrawInfo,
pub lbdm_Bounds: Rectangle,
pub lbdm_State: ULONG,
}Fields§
§lbdm_MethodID: ULONG§lbdm_RastPort: *mut RastPort§lbdm_DrawInfo: *mut DrawInfo§lbdm_Bounds: Rectangle§lbdm_State: ULONGTrait Implementations§
Auto Trait Implementations§
impl Freeze for LBDrawMsg
impl RefUnwindSafe for LBDrawMsg
impl !Send for LBDrawMsg
impl !Sync for LBDrawMsg
impl Unpin for LBDrawMsg
impl UnwindSafe for LBDrawMsg
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