pub struct PosRot(/* private fields */);Expand description
The car’s position and rotation in radians
Implementations§
Trait Implementations§
impl Copy for PosRot
Auto Trait Implementations§
impl Freeze for PosRot
impl RefUnwindSafe for PosRot
impl Send for PosRot
impl Sync for PosRot
impl Unpin for PosRot
impl UnwindSafe for PosRot
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