pub struct MjGeomDataViewMut<'d> {
pub xpos: PointerViewMut<'d, f64>,
pub xmat: PointerViewMut<'d, f64>,
}Expand description
A mutable view to geom variables of MjData.
Fields§
§xpos: PointerViewMut<'d, f64>§xmat: PointerViewMut<'d, f64>Implementations§
Source§impl MjGeomDataViewMut<'_>
impl MjGeomDataViewMut<'_>
Auto Trait Implementations§
impl<'d> Freeze for MjGeomDataViewMut<'d>
impl<'d> RefUnwindSafe for MjGeomDataViewMut<'d>
impl<'d> !Send for MjGeomDataViewMut<'d>
impl<'d> !Sync for MjGeomDataViewMut<'d>
impl<'d> Unpin for MjGeomDataViewMut<'d>
impl<'d> !UnwindSafe for MjGeomDataViewMut<'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