#[repr(u8)]pub enum MouseId {
Zero = 0,
Three = 3,
Four = 4,
}
Expand description
See MousePacket and its enum variants for further information.
Variants§
Zero = 0
the mouse has no scroll-movement
Three = 3
the mouse has scroll-movement
Four = 4
the mouse has scroll-movement, fourth and fifth buttons
Trait Implementations§
source§impl PartialEq<MouseId> for MouseId
impl PartialEq<MouseId> for MouseId
impl StructuralPartialEq for MouseId
Auto Trait Implementations§
impl RefUnwindSafe for MouseId
impl Send for MouseId
impl Sync for MouseId
impl Unpin for MouseId
impl UnwindSafe for MouseId
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