#[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 PluginO§set_the_truth: Option<unsafe extern "C" fn(inst: *mut PluginO, tt: *mut TheTruthO)>Trait Implementations§
Source§impl Clone for PluginSetTheTruthI
impl Clone for PluginSetTheTruthI
Source§fn clone(&self) -> PluginSetTheTruthI
fn clone(&self) -> PluginSetTheTruthI
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PluginSetTheTruthI
Auto Trait Implementations§
impl !Send for PluginSetTheTruthI
impl !Sync for PluginSetTheTruthI
impl Freeze for PluginSetTheTruthI
impl RefUnwindSafe for PluginSetTheTruthI
impl Unpin for PluginSetTheTruthI
impl UnsafeUnpin for PluginSetTheTruthI
impl UnwindSafe for PluginSetTheTruthI
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