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