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