pub struct MjGeomDataView<'d> {
pub xpos: PointerView<'d, MjtNum>,
pub xmat: PointerView<'d, MjtNum>,
}Expand description
An immutable view to geom variables of MjData.
Fields§
§xpos: PointerView<'d, MjtNum>§xmat: PointerView<'d, MjtNum>Auto Trait Implementations§
impl<'d> Freeze for MjGeomDataView<'d>
impl<'d> RefUnwindSafe for MjGeomDataView<'d>
impl<'d> !Send for MjGeomDataView<'d>
impl<'d> !Sync for MjGeomDataView<'d>
impl<'d> Unpin for MjGeomDataView<'d>
impl<'d> UnwindSafe for MjGeomDataView<'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