#[repr(C, packed(2))]pub struct LVDrawMsg {
pub lvdm_MethodID: ULONG,
pub lvdm_RastPort: *mut RastPort,
pub lvdm_DrawInfo: *mut DrawInfo,
pub lvdm_Bounds: Rectangle,
pub lvdm_State: ULONG,
}Fields§
§lvdm_MethodID: ULONG§lvdm_RastPort: *mut RastPort§lvdm_DrawInfo: *mut DrawInfo§lvdm_Bounds: Rectangle§lvdm_State: ULONGTrait Implementations§
Auto Trait Implementations§
impl Freeze for LVDrawMsg
impl RefUnwindSafe for LVDrawMsg
impl !Send for LVDrawMsg
impl !Sync for LVDrawMsg
impl Unpin for LVDrawMsg
impl UnwindSafe for LVDrawMsg
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