#[repr(transparent)]pub struct ss_plugin_t(pub c_void);
Tuple Fields§
§0: c_void
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ss_plugin_t
impl RefUnwindSafe for ss_plugin_t
impl Send for ss_plugin_t
impl Sync for ss_plugin_t
impl Unpin for ss_plugin_t
impl UnwindSafe for ss_plugin_t
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