Struct joycon_sys::output::RumbleSide
source · #[repr(packed(1))]pub struct RumbleSide { /* private fields */ }
Implementations§
source§impl RumbleSide
impl RumbleSide
Trait Implementations§
source§impl Clone for RumbleSide
impl Clone for RumbleSide
source§fn clone(&self) -> RumbleSide
fn clone(&self) -> RumbleSide
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 RumbleSide
impl Debug for RumbleSide
source§impl Default for RumbleSide
impl Default for RumbleSide
source§impl PartialEq for RumbleSide
impl PartialEq for RumbleSide
source§fn eq(&self, other: &RumbleSide) -> bool
fn eq(&self, other: &RumbleSide) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RumbleSide
impl Eq for RumbleSide
impl StructuralPartialEq for RumbleSide
Auto Trait Implementations§
impl Freeze for RumbleSide
impl RefUnwindSafe for RumbleSide
impl Send for RumbleSide
impl Sync for RumbleSide
impl Unpin for RumbleSide
impl UnwindSafe for RumbleSide
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