Struct panda::PluginHandle
source · pub struct PluginHandle;Expand description
An opaque type used to register/unregister callbacks with PANDA. Passed into init/unit callbacks
Auto Trait Implementations§
impl Freeze for PluginHandle
impl RefUnwindSafe for PluginHandle
impl Send for PluginHandle
impl Sync for PluginHandle
impl Unpin for PluginHandle
impl UnwindSafe for PluginHandle
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