Struct libc::ff_trigger
#[repr(C)]
pub struct ff_trigger {
pub button: ::__u16,
pub interval: ::__u16,
}
Fields
pub interval: ::__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 $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for ff_trigger
impl 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) -> bool
fn ne(&Self, other: &ff_trigger) -> bool
impl StructuralEq for ff_trigger
impl StructuralPartialEq for ff_trigger
Auto Trait Implementations
impl RefUnwindSafe for ff_trigger
impl Send for ff_trigger
impl Sync for ff_trigger
impl Unpin for ff_trigger
impl UnwindSafe for ff_trigger
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T