pub enum Numpad {
TopLeft,
TopCenter,
TopRight,
MiddleLeft,
MiddleCenter,
MiddleRight,
BottomLeft,
BottomCenter,
BottomRight,
}Variants§
Trait Implementations§
impl StructuralPartialEq for Numpad
Auto Trait Implementations§
impl Freeze for Numpad
impl RefUnwindSafe for Numpad
impl Send for Numpad
impl Sync for Numpad
impl Unpin for Numpad
impl UnsafeUnpin for Numpad
impl UnwindSafe for Numpad
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