Struct machinery_api::foundation::PluginSetTheTruthI [−][src]
#[repr(C)]pub struct PluginSetTheTruthI { pub inst: *mut PluginO, pub set_the_truth: Option<unsafe extern "C" fn(inst: *mut PluginO, tt: *mut TheTruthO)>, }
Fields
inst: *mut PluginOset_the_truth: Option<unsafe extern "C" fn(inst: *mut PluginO, tt: *mut TheTruthO)>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PluginSetTheTruthI
impl !Send for PluginSetTheTruthI
impl !Sync for PluginSetTheTruthI
impl Unpin for PluginSetTheTruthI
impl UnwindSafe for PluginSetTheTruthI
Blanket Implementations
Mutably borrows from an owned value. Read more