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