#[repr(C)]pub struct AEGP_UtilitySuite2 {Show 19 fields
pub AEGP_ReportInfo: Option<unsafe extern "C" fn(aegp_plugin_id: AEGP_PluginID, info_stringZ: *const A_char) -> A_Err>,
pub AEGP_GetDriverPluginInitFuncVersion: Option<unsafe extern "C" fn(major_versionPS: *mut A_short, minor_versionPS: *mut A_short) -> A_Err>,
pub AEGP_GetDriverImplementationVersion: Option<unsafe extern "C" fn(major_versionPS: *mut A_short, minor_versionPS: *mut A_short) -> A_Err>,
pub AEGP_StartQuietErrors: Option<unsafe extern "C" fn(err_stateP: *mut AEGP_ErrReportState) -> A_Err>,
pub AEGP_EndQuietErrors: Option<unsafe extern "C" fn(report_quieted_errorsB: A_Boolean, err_stateP: *mut AEGP_ErrReportState) -> A_Err>,
pub AEGP_StartUndoGroup: Option<unsafe extern "C" fn(undo_nameZ: *const A_char) -> A_Err>,
pub AEGP_EndUndoGroup: Option<unsafe extern "C" fn() -> A_Err>,
pub AEGP_RegisterWithAEGP: Option<unsafe extern "C" fn(global_refcon: AEGP_GlobalRefcon, plugin_nameZ: *const A_char, plugin_id: *mut AEGP_PluginID) -> A_Err>,
pub AEGP_GetMainHWND: Option<unsafe extern "C" fn(main_hwnd: *mut c_void) -> A_Err>,
pub AEGP_ShowHideAllFloaters: Option<unsafe extern "C" fn(include_tool_palB: A_Boolean) -> A_Err>,
pub AEGP_PaintPalGetForeColor: Option<unsafe extern "C" fn(fore_colorP: *mut AEGP_ColorVal) -> A_Err>,
pub AEGP_PaintPalGetBackColor: Option<unsafe extern "C" fn(back_colorP: *mut AEGP_ColorVal) -> A_Err>,
pub AEGP_PaintPalSetForeColor: Option<unsafe extern "C" fn(fore_colorP: *const AEGP_ColorVal) -> A_Err>,
pub AEGP_PaintPalSetBackColor: Option<unsafe extern "C" fn(back_colorP: *const AEGP_ColorVal) -> A_Err>,
pub AEGP_CharPalGetFillColor: Option<unsafe extern "C" fn(is_fill_color_definedPB: *mut A_Boolean, fill_colorP: *mut AEGP_ColorVal) -> A_Err>,
pub AEGP_CharPalGetStrokeColor: Option<unsafe extern "C" fn(is_stroke_color_definedPB: *mut A_Boolean, stroke_colorP: *mut AEGP_ColorVal) -> A_Err>,
pub AEGP_CharPalSetFillColor: Option<unsafe extern "C" fn(fill_colorP: *const AEGP_ColorVal) -> A_Err>,
pub AEGP_CharPalSetStrokeColor: Option<unsafe extern "C" fn(stroke_colorP: *const AEGP_ColorVal) -> A_Err>,
pub AEGP_CharPalIsFillColorUIFrontmost: Option<unsafe extern "C" fn(is_fill_color_selectedPB: *mut A_Boolean) -> A_Err>,
}Fields§
§AEGP_ReportInfo: Option<unsafe extern "C" fn(aegp_plugin_id: AEGP_PluginID, info_stringZ: *const A_char) -> A_Err>§AEGP_GetDriverPluginInitFuncVersion: Option<unsafe extern "C" fn(major_versionPS: *mut A_short, minor_versionPS: *mut A_short) -> A_Err>§AEGP_GetDriverImplementationVersion: Option<unsafe extern "C" fn(major_versionPS: *mut A_short, minor_versionPS: *mut A_short) -> A_Err>§AEGP_StartQuietErrors: Option<unsafe extern "C" fn(err_stateP: *mut AEGP_ErrReportState) -> A_Err>§AEGP_EndQuietErrors: Option<unsafe extern "C" fn(report_quieted_errorsB: A_Boolean, err_stateP: *mut AEGP_ErrReportState) -> A_Err>§AEGP_StartUndoGroup: Option<unsafe extern "C" fn(undo_nameZ: *const A_char) -> A_Err>§AEGP_EndUndoGroup: Option<unsafe extern "C" fn() -> A_Err>§AEGP_RegisterWithAEGP: Option<unsafe extern "C" fn(global_refcon: AEGP_GlobalRefcon, plugin_nameZ: *const A_char, plugin_id: *mut AEGP_PluginID) -> A_Err>§AEGP_GetMainHWND: Option<unsafe extern "C" fn(main_hwnd: *mut c_void) -> A_Err>§AEGP_ShowHideAllFloaters: Option<unsafe extern "C" fn(include_tool_palB: A_Boolean) -> A_Err>§AEGP_PaintPalGetForeColor: Option<unsafe extern "C" fn(fore_colorP: *mut AEGP_ColorVal) -> A_Err>§AEGP_PaintPalGetBackColor: Option<unsafe extern "C" fn(back_colorP: *mut AEGP_ColorVal) -> A_Err>§AEGP_PaintPalSetForeColor: Option<unsafe extern "C" fn(fore_colorP: *const AEGP_ColorVal) -> A_Err>§AEGP_PaintPalSetBackColor: Option<unsafe extern "C" fn(back_colorP: *const AEGP_ColorVal) -> A_Err>§AEGP_CharPalGetFillColor: Option<unsafe extern "C" fn(is_fill_color_definedPB: *mut A_Boolean, fill_colorP: *mut AEGP_ColorVal) -> A_Err>§AEGP_CharPalGetStrokeColor: Option<unsafe extern "C" fn(is_stroke_color_definedPB: *mut A_Boolean, stroke_colorP: *mut AEGP_ColorVal) -> A_Err>§AEGP_CharPalSetFillColor: Option<unsafe extern "C" fn(fill_colorP: *const AEGP_ColorVal) -> A_Err>§AEGP_CharPalSetStrokeColor: Option<unsafe extern "C" fn(stroke_colorP: *const AEGP_ColorVal) -> A_Err>§AEGP_CharPalIsFillColorUIFrontmost: Option<unsafe extern "C" fn(is_fill_color_selectedPB: *mut A_Boolean) -> A_Err>Trait Implementations§
Source§impl Clone for AEGP_UtilitySuite2
impl Clone for AEGP_UtilitySuite2
Source§fn clone(&self) -> AEGP_UtilitySuite2
fn clone(&self) -> AEGP_UtilitySuite2
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 AEGP_UtilitySuite2
impl Debug for AEGP_UtilitySuite2
impl Copy for AEGP_UtilitySuite2
Auto Trait Implementations§
impl Freeze for AEGP_UtilitySuite2
impl RefUnwindSafe for AEGP_UtilitySuite2
impl Send for AEGP_UtilitySuite2
impl Sync for AEGP_UtilitySuite2
impl Unpin for AEGP_UtilitySuite2
impl UnwindSafe for AEGP_UtilitySuite2
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