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