Struct joycon_sys::imu::Sensitivity
source · #[repr(packed(1))]pub struct Sensitivity {
pub gyro_sens: RawId<GyroSens>,
pub acc_sens: RawId<AccSens>,
pub gyro_perf_rate: RawId<GyroPerfRate>,
pub acc_anti_aliasing: RawId<AccAntiAliasing>,
}
Fields§
§gyro_sens: RawId<GyroSens>
§acc_sens: RawId<AccSens>
§gyro_perf_rate: RawId<GyroPerfRate>
§acc_anti_aliasing: RawId<AccAntiAliasing>
Trait Implementations§
source§impl Clone for Sensitivity
impl Clone for Sensitivity
source§fn clone(&self) -> Sensitivity
fn clone(&self) -> Sensitivity
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 Sensitivity
impl Debug for Sensitivity
source§impl Default for Sensitivity
impl Default for Sensitivity
source§fn default() -> Sensitivity
fn default() -> Sensitivity
Returns the “default value” for a type. Read more
source§impl From<Sensitivity> for SubcommandRequest
impl From<Sensitivity> for SubcommandRequest
source§fn from(imu_sensitivity: Sensitivity) -> Self
fn from(imu_sensitivity: Sensitivity) -> Self
Converts to this type from the input type.
impl Copy for Sensitivity
Auto Trait Implementations§
impl Freeze for Sensitivity
impl RefUnwindSafe for Sensitivity
impl Send for Sensitivity
impl Sync for Sensitivity
impl Unpin for Sensitivity
impl UnwindSafe for Sensitivity
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