Struct ff_condition_effect

#[repr(C)]
pub struct ff_condition_effect { pub right_saturation: __u16, pub left_saturation: __u16, pub right_coeff: __s16, pub left_coeff: __s16, pub deadband: __u16, pub center: __s16 }

Fields

right_saturation: __u16
left_saturation: __u16
right_coeff: __s16
left_coeff: __s16
deadband: __u16
center: __s16

Trait Implementations

impl Clone for ff_condition_effect

fn clone(&self) -> ff_condition_effect

impl Copy for ff_condition_effect

impl Debug for ff_condition_effect

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl Eq for ff_condition_effect

impl Hash for ff_condition_effect

fn hash<__H: Hasher>(&self, state: &mut __H)

impl PartialEq for ff_condition_effect

fn eq(&self, other: &ff_condition_effect) -> bool

impl StructuralPartialEq for ff_condition_effect

Auto Trait Implementations

impl Freeze for ff_condition_effect

impl RefUnwindSafe for ff_condition_effect

impl Send for ff_condition_effect

impl Sync for ff_condition_effect

impl Unpin for ff_condition_effect

impl UnsafeUnpin for ff_condition_effect

impl UnwindSafe for ff_condition_effect

Blanket Implementations

impl<T> Any for ff_condition_effect where T: 'static + ?Sized,

fn type_id(&self) -> TypeId

impl<T> Borrow<T> for ff_condition_effect where T: ?Sized,

fn borrow(&self) -> &T

impl<T> BorrowMut<T> for ff_condition_effect where T: ?Sized,

fn borrow_mut(&mut self) -> &mut T

impl<T> CloneToUninit for ff_condition_effect where T: Clone,

unsafe fn clone_to_uninit(&self, dest: *mut u8)

impl<T> From<T> for ff_condition_effect

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into<U> for ff_condition_effect where U: From<T>,

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom<U> for ff_condition_effect where U: Into<T>,

type Error = never;
fn try_from(value: U) -> Result<T, never>

impl<T, U> TryInto<U> for ff_condition_effect where U: TryFrom<T>,

type Error = <U as TryFrom<T>>::Error;
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>