pub struct MjBodyDataView<'d> {Show 15 fields
pub xfrc_applied: PointerView<'d, MjtNum>,
pub xpos: PointerView<'d, MjtNum>,
pub xquat: PointerView<'d, MjtNum>,
pub xmat: PointerView<'d, MjtNum>,
pub xipos: PointerView<'d, MjtNum>,
pub ximat: PointerView<'d, MjtNum>,
pub subtree_com: PointerView<'d, MjtNum>,
pub cinert: PointerView<'d, MjtNum>,
pub crb: PointerView<'d, MjtNum>,
pub cvel: PointerView<'d, MjtNum>,
pub subtree_linvel: PointerView<'d, MjtNum>,
pub subtree_angmom: PointerView<'d, MjtNum>,
pub cacc: PointerView<'d, MjtNum>,
pub cfrc_int: PointerView<'d, MjtNum>,
pub cfrc_ext: PointerView<'d, MjtNum>,
}Expand description
An immutable view to body variables of MjData.
Fields§
§xfrc_applied: PointerView<'d, MjtNum>§xpos: PointerView<'d, MjtNum>§xquat: PointerView<'d, MjtNum>§xmat: PointerView<'d, MjtNum>§xipos: PointerView<'d, MjtNum>§ximat: PointerView<'d, MjtNum>§subtree_com: PointerView<'d, MjtNum>§cinert: PointerView<'d, MjtNum>§crb: PointerView<'d, MjtNum>§cvel: PointerView<'d, MjtNum>§subtree_linvel: PointerView<'d, MjtNum>§subtree_angmom: PointerView<'d, MjtNum>§cacc: PointerView<'d, MjtNum>§cfrc_int: PointerView<'d, MjtNum>§cfrc_ext: PointerView<'d, MjtNum>Auto Trait Implementations§
impl<'d> Freeze for MjBodyDataView<'d>
impl<'d> RefUnwindSafe for MjBodyDataView<'d>
impl<'d> !Send for MjBodyDataView<'d>
impl<'d> !Sync for MjBodyDataView<'d>
impl<'d> Unpin for MjBodyDataView<'d>
impl<'d> UnwindSafe for MjBodyDataView<'d>
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