#[repr(C)]pub struct DRAWBOT_DrawbotSuite1 {
pub GetSupplier: Option<unsafe extern "C" fn(in_drawbot_ref: DRAWBOT_DrawRef, out_supplierP: *mut DRAWBOT_SupplierRef) -> SPErr>,
pub GetSurface: Option<unsafe extern "C" fn(in_drawbot_ref: DRAWBOT_DrawRef, out_surfaceP: *mut DRAWBOT_SurfaceRef) -> SPErr>,
}Fields§
§GetSupplier: Option<unsafe extern "C" fn(in_drawbot_ref: DRAWBOT_DrawRef, out_supplierP: *mut DRAWBOT_SupplierRef) -> SPErr>§GetSurface: Option<unsafe extern "C" fn(in_drawbot_ref: DRAWBOT_DrawRef, out_surfaceP: *mut DRAWBOT_SurfaceRef) -> SPErr>Trait Implementations§
Source§impl Clone for DRAWBOT_DrawbotSuite1
impl Clone for DRAWBOT_DrawbotSuite1
Source§fn clone(&self) -> DRAWBOT_DrawbotSuite1
fn clone(&self) -> DRAWBOT_DrawbotSuite1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DRAWBOT_DrawbotSuite1
impl Debug for DRAWBOT_DrawbotSuite1
impl Copy for DRAWBOT_DrawbotSuite1
Auto Trait Implementations§
impl Freeze for DRAWBOT_DrawbotSuite1
impl RefUnwindSafe for DRAWBOT_DrawbotSuite1
impl Send for DRAWBOT_DrawbotSuite1
impl Sync for DRAWBOT_DrawbotSuite1
impl Unpin for DRAWBOT_DrawbotSuite1
impl UnwindSafe for DRAWBOT_DrawbotSuite1
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