Struct joycon_sys::common::I16LE
source · pub struct I16LE(pub [u8; 2]);
Tuple Fields§
§0: [u8; 2]
Trait Implementations§
source§impl PartialEq for I16LE
impl PartialEq for I16LE
impl Copy for I16LE
impl Eq for I16LE
impl StructuralPartialEq for I16LE
Auto Trait Implementations§
impl Freeze for I16LE
impl RefUnwindSafe for I16LE
impl Send for I16LE
impl Sync for I16LE
impl Unpin for I16LE
impl UnwindSafe for I16LE
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