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