#[repr(C)]pub struct AEGP_CommandSuite1 {
pub AEGP_GetUniqueCommand: Option<unsafe extern "C" fn(unique_commandP: *mut AEGP_Command) -> A_Err>,
pub AEGP_InsertMenuCommand: Option<unsafe extern "C" fn(command: AEGP_Command, nameZ: *const A_char, menu_id: AEGP_MenuID, after_itemL: A_long) -> A_Err>,
pub AEGP_RemoveMenuCommand: Option<unsafe extern "C" fn(command: AEGP_Command) -> A_Err>,
pub AEGP_SetMenuCommandName: Option<unsafe extern "C" fn(command: AEGP_Command, nameZ: *const A_char) -> A_Err>,
pub AEGP_EnableCommand: Option<unsafe extern "C" fn(command: AEGP_Command) -> A_Err>,
pub AEGP_DisableCommand: Option<unsafe extern "C" fn(command: AEGP_Command) -> A_Err>,
pub AEGP_CheckMarkMenuCommand: Option<unsafe extern "C" fn(command: AEGP_Command, checkB: A_Boolean) -> A_Err>,
pub AEGP_DoCommand: Option<unsafe extern "C" fn(command: AEGP_Command) -> A_Err>,
}Fields§
§AEGP_GetUniqueCommand: Option<unsafe extern "C" fn(unique_commandP: *mut AEGP_Command) -> A_Err>§AEGP_InsertMenuCommand: Option<unsafe extern "C" fn(command: AEGP_Command, nameZ: *const A_char, menu_id: AEGP_MenuID, after_itemL: A_long) -> A_Err>§AEGP_RemoveMenuCommand: Option<unsafe extern "C" fn(command: AEGP_Command) -> A_Err>§AEGP_SetMenuCommandName: Option<unsafe extern "C" fn(command: AEGP_Command, nameZ: *const A_char) -> A_Err>§AEGP_EnableCommand: Option<unsafe extern "C" fn(command: AEGP_Command) -> A_Err>§AEGP_DisableCommand: Option<unsafe extern "C" fn(command: AEGP_Command) -> A_Err>§AEGP_CheckMarkMenuCommand: Option<unsafe extern "C" fn(command: AEGP_Command, checkB: A_Boolean) -> A_Err>§AEGP_DoCommand: Option<unsafe extern "C" fn(command: AEGP_Command) -> A_Err>Trait Implementations§
Source§impl Clone for AEGP_CommandSuite1
impl Clone for AEGP_CommandSuite1
Source§fn clone(&self) -> AEGP_CommandSuite1
fn clone(&self) -> AEGP_CommandSuite1
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_CommandSuite1
impl Debug for AEGP_CommandSuite1
impl Copy for AEGP_CommandSuite1
Auto Trait Implementations§
impl Freeze for AEGP_CommandSuite1
impl RefUnwindSafe for AEGP_CommandSuite1
impl Send for AEGP_CommandSuite1
impl Sync for AEGP_CommandSuite1
impl Unpin for AEGP_CommandSuite1
impl UnwindSafe for AEGP_CommandSuite1
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