Struct joycon_sys::input::MiddleButtons
source · #[repr(transparent)]pub struct MiddleButtons(pub u8);
Tuple Fields§
§0: u8
Implementations§
source§impl MiddleButtons
impl MiddleButtons
Trait Implementations§
source§impl<T> BitRange<T> for MiddleButtonswhere
u8: BitRange<T>,
impl<T> BitRange<T> for MiddleButtonswhere
u8: BitRange<T>,
source§impl Clone for MiddleButtons
impl Clone for MiddleButtons
source§fn clone(&self) -> MiddleButtons
fn clone(&self) -> MiddleButtons
Returns a copy 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 MiddleButtons
impl Debug for MiddleButtons
source§impl Default for MiddleButtons
impl Default for MiddleButtons
source§fn default() -> MiddleButtons
fn default() -> MiddleButtons
Returns the “default value” for a type. Read more
impl Copy for MiddleButtons
Auto Trait Implementations§
impl Freeze for MiddleButtons
impl RefUnwindSafe for MiddleButtons
impl Send for MiddleButtons
impl Sync for MiddleButtons
impl Unpin for MiddleButtons
impl UnwindSafe for MiddleButtons
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