pub enum HatState {
Centered,
Up,
Right,
Down,
Left,
}
Variants§
Trait Implementations§
impl Copy for HatState
impl Eq for HatState
impl StructuralPartialEq for HatState
Auto Trait Implementations§
impl Freeze for HatState
impl RefUnwindSafe for HatState
impl Send for HatState
impl Sync for HatState
impl Unpin for HatState
impl UnwindSafe for HatState
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