Struct libc::ff_effect
#[repr(C)]
pub struct ff_effect {
pub type_: ::__u16,
pub id: ::__s16,
pub direction: ::__u16,
pub trigger: ff_trigger,
pub replay: ff_replay,
pub u: [u64; 4],
}
Fields
pub type_: ::__u16
pub id: ::__s16
pub direction: ::__u16
pub trigger: ff_trigger
pub replay: ff_replay
pub u: [u64; 4]
Trait Implementations
impl Debug for ff_effect
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for ff_effect
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for ff_effect
impl StructuralPartialEq for ff_effect
Auto Trait Implementations
impl RefUnwindSafe for ff_effect
impl UnwindSafe for ff_effect
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T