Struct ff_trigger
#[repr(C)]
pub struct ff_trigger { pub button: __u16, pub interval: __u16 }
Fields
button: __u16interval: __u16
Trait Implementations
impl Clone for ff_trigger
fn clone(&self) -> ff_trigger
impl Copy for ff_trigger
impl Debug for ff_trigger
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for ff_trigger
impl Hash for ff_trigger
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for ff_trigger
fn eq(&self, other: &ff_trigger) -> bool
impl StructuralPartialEq for ff_trigger
Auto Trait Implementations
impl Freeze for ff_trigger
impl RefUnwindSafe for ff_trigger
impl Send for ff_trigger
impl Sync for ff_trigger
impl Unpin for ff_trigger
impl UnsafeUnpin for ff_trigger
impl UnwindSafe for ff_trigger
Blanket Implementations
impl<T> Any for ff_trigger
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for ff_trigger
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for ff_trigger
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for ff_trigger
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for ff_trigger
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for ff_trigger
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for ff_trigger
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for ff_trigger
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>