#[repr(C, packed(2))]pub struct impDraw {
pub MethodID: ULONG,
pub imp_RPort: *mut RastPort,
pub imp_Offset: impDraw__bindgen_ty_1,
pub imp_State: ULONG,
pub imp_DrInfo: *mut DrawInfo,
pub imp_Dimensions: impDraw__bindgen_ty_2,
}Fields§
§MethodID: ULONG§imp_RPort: *mut RastPort§imp_Offset: impDraw__bindgen_ty_1§imp_State: ULONG§imp_DrInfo: *mut DrawInfo§imp_Dimensions: impDraw__bindgen_ty_2Trait Implementations§
Auto Trait Implementations§
impl Freeze for impDraw
impl RefUnwindSafe for impDraw
impl !Send for impDraw
impl !Sync for impDraw
impl Unpin for impDraw
impl UnwindSafe for impDraw
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