#[repr(C, packed(2))]pub struct gpRender {
pub MethodID: ULONG,
pub gpr_GInfo: *mut GadgetInfo,
pub gpr_RPort: *mut RastPort,
pub gpr_Redraw: LONG,
}Fields§
§MethodID: ULONG§gpr_GInfo: *mut GadgetInfo§gpr_RPort: *mut RastPort§gpr_Redraw: LONGTrait Implementations§
Auto Trait Implementations§
impl Freeze for gpRender
impl RefUnwindSafe for gpRender
impl !Send for gpRender
impl !Sync for gpRender
impl Unpin for gpRender
impl UnwindSafe for gpRender
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