#[repr(C)]pub struct PluginTickI {
pub inst: *mut PluginO,
pub tick: Option<unsafe extern "C" fn(inst: *mut PluginO, dt: f32)>,
}Fields§
§inst: *mut PluginO§tick: Option<unsafe extern "C" fn(inst: *mut PluginO, dt: f32)>Trait Implementations§
Source§impl Clone for PluginTickI
impl Clone for PluginTickI
Source§fn clone(&self) -> PluginTickI
fn clone(&self) -> PluginTickI
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 Default for PluginTickI
impl Default for PluginTickI
impl Copy for PluginTickI
Auto Trait Implementations§
impl Freeze for PluginTickI
impl RefUnwindSafe for PluginTickI
impl !Send for PluginTickI
impl !Sync for PluginTickI
impl Unpin for PluginTickI
impl UnwindSafe for PluginTickI
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