#[repr(C)]pub struct mjsKey_ {
pub element: *mut mjsElement,
pub time: f64,
pub qpos: *mut mjDoubleVec,
pub qvel: *mut mjDoubleVec,
pub act: *mut mjDoubleVec,
pub mpos: *mut mjDoubleVec,
pub mquat: *mut mjDoubleVec,
pub ctrl: *mut mjDoubleVec,
pub info: *mut mjString,
}Fields§
§element: *mut mjsElement§time: f64§qpos: *mut mjDoubleVec§qvel: *mut mjDoubleVec§act: *mut mjDoubleVec§mpos: *mut mjDoubleVec§mquat: *mut mjDoubleVec§ctrl: *mut mjDoubleVec§info: *mut mjStringTrait Implementations§
Auto Trait Implementations§
impl Freeze for mjsKey_
impl RefUnwindSafe for mjsKey_
impl !Send for mjsKey_
impl !Sync for mjsKey_
impl Unpin for mjsKey_
impl UnwindSafe for mjsKey_
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