#[repr(C)]pub struct mjsTuple_ {
pub element: *mut mjsElement,
pub objtype: *mut mjIntVec,
pub objname: *mut mjStringVec,
pub objprm: *mut mjDoubleVec,
pub info: *mut mjString,
}Fields§
§element: *mut mjsElement§objtype: *mut mjIntVec§objname: *mut mjStringVec§objprm: *mut mjDoubleVec§info: *mut mjStringTrait Implementations§
Auto Trait Implementations§
impl Freeze for mjsTuple_
impl RefUnwindSafe for mjsTuple_
impl !Send for mjsTuple_
impl !Sync for mjsTuple_
impl Unpin for mjsTuple_
impl UnwindSafe for mjsTuple_
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