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_: ::__u16pub id: ::__s16pub direction: ::__u16pub trigger: ff_triggerpub replay: ff_replaypub u: [u64; 4]Trait Implementations
impl Debug for ff_effect
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Hash for ff_effect
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl StructuralEq for ff_effectimpl StructuralPartialEq for ff_effectAuto Trait Implementations
impl RefUnwindSafe for ff_effectimpl UnwindSafe for ff_effectBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T