Struct joycon_sys::common::U16LE
source · pub struct U16LE(/* private fields */);
Trait Implementations§
source§impl PartialEq for U16LE
impl PartialEq for U16LE
impl Copy for U16LE
impl Eq for U16LE
impl StructuralPartialEq for U16LE
Auto Trait Implementations§
impl Freeze for U16LE
impl RefUnwindSafe for U16LE
impl Send for U16LE
impl Sync for U16LE
impl Unpin for U16LE
impl UnwindSafe for U16LE
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