pub struct WheelButtons(/* private fields */);Implementations§
Source§impl WheelButtons
impl WheelButtons
The ID of the pushed button
Bits: 0..8
The ID of the pushed button
Bits: 0..8
The ID of the pushed button
Bits: 0..8
The ID of the pushed button
Bits: 0..8
The ID of the pushed button
Bits: 0..8
Trait Implementations§
Source§impl Clone for WheelButtons
impl Clone for WheelButtons
Source§fn clone(&self) -> WheelButtons
fn clone(&self) -> WheelButtons
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WheelButtons
impl Debug for WheelButtons
Source§impl Default for WheelButtons
impl Default for WheelButtons
Source§impl From<WheelButtons> for u8
impl From<WheelButtons> for u8
Source§fn from(v: WheelButtons) -> Self
fn from(v: WheelButtons) -> Self
Converts to this type from the input type.
Source§impl From<u8> for WheelButtons
impl From<u8> for WheelButtons
Source§impl ToCanFrame for WheelButtons
impl ToCanFrame for WheelButtons
impl Copy for WheelButtons
Auto Trait Implementations§
impl Freeze for WheelButtons
impl RefUnwindSafe for WheelButtons
impl Send for WheelButtons
impl Sync for WheelButtons
impl Unpin for WheelButtons
impl UnwindSafe for WheelButtons
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