#[repr(u32)]pub enum WheelAxis {
Vertical = 0,
Horizontal = 1,
}
Variants§
Trait Implementations§
impl Copy for WheelAxis
impl Eq for WheelAxis
impl StructuralPartialEq for WheelAxis
Auto Trait Implementations§
impl Freeze for WheelAxis
impl RefUnwindSafe for WheelAxis
impl Send for WheelAxis
impl Sync for WheelAxis
impl Unpin for WheelAxis
impl UnwindSafe for WheelAxis
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