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