Struct libc::ff_trigger
#[repr(C)]
pub struct ff_trigger {
pub button: ::__u16,
pub interval: ::__u16,
}Fields
pub interval: ::__u16Trait Implementations
impl Clone for ff_trigger
fn clone(&Self) -> ff_triggerimpl Copy for ff_triggerimpl Debug for ff_trigger
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for ff_triggerimpl Hash for ff_trigger
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<ff_trigger> for ff_trigger
fn eq(&Self, other: &ff_trigger) -> boolfn ne(&Self, other: &ff_trigger) -> boolimpl StructuralEq for ff_triggerimpl StructuralPartialEq for ff_triggerAuto Trait Implementations
impl RefUnwindSafe for ff_triggerimpl Send for ff_triggerimpl Sync for ff_triggerimpl Unpin for ff_triggerimpl UnwindSafe for ff_triggerBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T