Struct machinery_api::foundation::PluginAssetsApi [−][src]
#[repr(C)]pub struct PluginAssetsApi { pub any_plugins: Option<unsafe extern "C" fn(tt: *mut TheTruthO) -> bool>, pub init_truth: Option<unsafe extern "C" fn(tt: *mut TheTruthO, allow_code_execution: bool)>, pub shutdown_truth: Option<unsafe extern "C" fn(tt: *mut TheTruthO)>, pub update_truth: Option<unsafe extern "C" fn(tt: *mut TheTruthO)>, pub allow_code_execution: Option<unsafe extern "C" fn(tt: *mut TheTruthO) -> bool>, pub set_allow_code_execution: Option<unsafe extern "C" fn(tt: *mut TheTruthO, allow_code_execution: bool)>, }
Fields
any_plugins: Option<unsafe extern "C" fn(tt: *mut TheTruthO) -> bool>init_truth: Option<unsafe extern "C" fn(tt: *mut TheTruthO, allow_code_execution: bool)>shutdown_truth: Option<unsafe extern "C" fn(tt: *mut TheTruthO)>update_truth: Option<unsafe extern "C" fn(tt: *mut TheTruthO)>allow_code_execution: Option<unsafe extern "C" fn(tt: *mut TheTruthO) -> bool>set_allow_code_execution: Option<unsafe extern "C" fn(tt: *mut TheTruthO, allow_code_execution: bool)>Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PluginAssetsApi
impl Send for PluginAssetsApi
impl Sync for PluginAssetsApi
impl Unpin for PluginAssetsApi
impl UnwindSafe for PluginAssetsApi
Blanket Implementations
Mutably borrows from an owned value. Read more