#[repr(C)]pub struct impErase {
pub MethodID: ULONG,
pub imp_RPort: *mut RastPort,
pub imp_Offset: impErase__bindgen_ty_1,
pub imp_Dimensions: impErase__bindgen_ty_2,
}Fields§
§MethodID: ULONG§imp_RPort: *mut RastPort§imp_Offset: impErase__bindgen_ty_1§imp_Dimensions: impErase__bindgen_ty_2Trait Implementations§
Auto Trait Implementations§
impl !Send for impErase
impl !Sync for impErase
impl Freeze for impErase
impl RefUnwindSafe for impErase
impl Unpin for impErase
impl UnsafeUnpin for impErase
impl UnwindSafe for impErase
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