Struct plugmod_t
pub struct plugmod_t { /* private fields */ }Trait Implementations§
§impl ExternType for plugmod_t
impl ExternType for plugmod_t
impl Copy for plugmod_t
Auto Trait Implementations§
impl Freeze for plugmod_t
impl RefUnwindSafe for plugmod_t
impl Send for plugmod_t
impl Sync for plugmod_t
impl Unpin for plugmod_t
impl UnwindSafe for plugmod_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