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