pub struct MjTupleModelViewMut<'d> {
pub size: PointerViewMut<'d, i32>,
pub objtype: PointerViewMut<'d, MjtObj>,
pub objid: PointerViewMut<'d, i32>,
pub objprm: PointerViewMut<'d, MjtNum>,
}Expand description
A mutable view to tuple variables of MjModel.
Fields§
§size: PointerViewMut<'d, i32>§objtype: PointerViewMut<'d, MjtObj>§objid: PointerViewMut<'d, i32>§objprm: PointerViewMut<'d, MjtNum>Implementations§
Source§impl MjTupleModelViewMut<'_>
impl MjTupleModelViewMut<'_>
Auto Trait Implementations§
impl<'d> Freeze for MjTupleModelViewMut<'d>
impl<'d> RefUnwindSafe for MjTupleModelViewMut<'d>
impl<'d> !Send for MjTupleModelViewMut<'d>
impl<'d> !Sync for MjTupleModelViewMut<'d>
impl<'d> Unpin for MjTupleModelViewMut<'d>
impl<'d> !UnwindSafe for MjTupleModelViewMut<'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