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