Struct joycon_sys::output::RumbleData
source · #[repr(packed(1))]pub struct RumbleData {
pub left: RumbleSide,
pub right: RumbleSide,
}
Fields§
§left: RumbleSide
§right: RumbleSide
Trait Implementations§
source§impl Clone for RumbleData
impl Clone for RumbleData
source§fn clone(&self) -> RumbleData
fn clone(&self) -> RumbleData
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 RumbleData
impl Debug for RumbleData
source§impl Default for RumbleData
impl Default for RumbleData
source§fn default() -> RumbleData
fn default() -> RumbleData
Returns the “default value” for a type. Read more
impl Copy for RumbleData
Auto Trait Implementations§
impl Freeze for RumbleData
impl RefUnwindSafe for RumbleData
impl Send for RumbleData
impl Sync for RumbleData
impl Unpin for RumbleData
impl UnwindSafe for RumbleData
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