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