#[repr(C)]pub struct DRAWBOT_Suites {
pub drawbot_suiteP: *mut DRAWBOT_DrawbotSuite1,
pub supplier_suiteP: *mut DRAWBOT_SupplierSuite1,
pub surface_suiteP: *mut DRAWBOT_SurfaceSuite2,
pub path_suiteP: *mut DRAWBOT_PathSuite1,
pub pen_suiteP: *mut DRAWBOT_PenSuite1,
pub image_suiteP: *mut DRAWBOT_ImageSuite1,
}Fields§
§drawbot_suiteP: *mut DRAWBOT_DrawbotSuite1§supplier_suiteP: *mut DRAWBOT_SupplierSuite1§surface_suiteP: *mut DRAWBOT_SurfaceSuite2§path_suiteP: *mut DRAWBOT_PathSuite1§pen_suiteP: *mut DRAWBOT_PenSuite1§image_suiteP: *mut DRAWBOT_ImageSuite1Trait Implementations§
Source§impl Clone for DRAWBOT_Suites
impl Clone for DRAWBOT_Suites
Source§fn clone(&self) -> DRAWBOT_Suites
fn clone(&self) -> DRAWBOT_Suites
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_Suites
impl Debug for DRAWBOT_Suites
impl Copy for DRAWBOT_Suites
Auto Trait Implementations§
impl Freeze for DRAWBOT_Suites
impl RefUnwindSafe for DRAWBOT_Suites
impl !Send for DRAWBOT_Suites
impl !Sync for DRAWBOT_Suites
impl Unpin for DRAWBOT_Suites
impl UnwindSafe for DRAWBOT_Suites
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