#[repr(C)]pub struct mjsPlugin_ {
pub element: *mut mjsElement,
pub name: *mut mjString,
pub plugin_name: *mut mjString,
pub active: mjtByte,
pub info: *mut mjString,
}Fields§
§element: *mut mjsElement§name: *mut mjString§plugin_name: *mut mjString§active: mjtByte§info: *mut mjStringTrait Implementations§
Source§impl Clone for mjsPlugin_
impl Clone for mjsPlugin_
Source§fn clone(&self) -> mjsPlugin_
fn clone(&self) -> mjsPlugin_
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 moreAuto Trait Implementations§
impl Freeze for mjsPlugin_
impl RefUnwindSafe for mjsPlugin_
impl !Send for mjsPlugin_
impl !Sync for mjsPlugin_
impl Unpin for mjsPlugin_
impl UnwindSafe for mjsPlugin_
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