pub enum TurnType {
Left,
Through,
Right,
UTurn,
}Expand description
Coarse turning movement semantics.
Variants§
Trait Implementations§
impl Copy for TurnType
impl Eq for TurnType
impl StructuralPartialEq for TurnType
Auto Trait Implementations§
impl Freeze for TurnType
impl RefUnwindSafe for TurnType
impl Send for TurnType
impl Sync for TurnType
impl Unpin for TurnType
impl UnsafeUnpin for TurnType
impl UnwindSafe for TurnType
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