pub enum EventBit {
Key(Key),
RelativeAxis(RelativeAxis),
AbsoluteAxis(AbsoluteAxisBit),
ForceFeedback(ForceFeedback),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventBit
impl RefUnwindSafe for EventBit
impl Send for EventBit
impl Sync for EventBit
impl Unpin for EventBit
impl UnwindSafe for EventBit
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