#[repr(C)]pub struct panda_plugin {
pub name: *mut i8,
pub plugin: *mut c_void,
pub unload: bool,
pub exported_symbols: bool,
}Fields§
§name: *mut i8§plugin: *mut c_void§unload: bool§exported_symbols: boolTrait Implementations§
Source§impl Clone for panda_plugin
impl Clone for panda_plugin
Source§fn clone(&self) -> panda_plugin
fn clone(&self) -> panda_plugin
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 Debug for panda_plugin
impl Debug for panda_plugin
impl Copy for panda_plugin
Auto Trait Implementations§
impl Freeze for panda_plugin
impl RefUnwindSafe for panda_plugin
impl !Send for panda_plugin
impl !Sync for panda_plugin
impl Unpin for panda_plugin
impl UnwindSafe for panda_plugin
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