pub enum DirectionKeys {
No = 0,
Dir4 = 1,
Dir8 = 2,
Up = 3,
Down = 4,
Left = 5,
Right = 6,
UpDown = 7,
LeftRight = 8,
Unknown = 9,
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for DirectionKeys
impl RefUnwindSafe for DirectionKeys
impl Send for DirectionKeys
impl Sync for DirectionKeys
impl Unpin for DirectionKeys
impl UnwindSafe for DirectionKeys
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