Struct libc::ff_periodic_effect
#[repr(C)]
pub struct ff_periodic_effect {
pub waveform: ::__u16,
pub period: ::__u16,
pub magnitude: ::__s16,
pub offset: ::__s16,
pub phase: ::__u16,
pub envelope: ff_envelope,
pub custom_len: ::__u32,
pub custom_data: *mut ::__s16,
}Fields
pub waveform: ::__u16pub period: ::__u16pub magnitude: ::__s16pub offset: ::__s16pub phase: ::__u16pub envelope: ff_envelopepub custom_len: ::__u32pub custom_data: *mut ::__s16Trait Implementations
impl Clone for ff_periodic_effect
fn clone(&Self) -> ff_periodic_effectimpl Copy for ff_periodic_effectimpl Debug for ff_periodic_effect
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for ff_periodic_effectimpl Hash for ff_periodic_effect
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<ff_periodic_effect> for ff_periodic_effect
fn eq(&Self, other: &ff_periodic_effect) -> boolfn ne(&Self, other: &ff_periodic_effect) -> boolimpl StructuralEq for ff_periodic_effectimpl StructuralPartialEq for ff_periodic_effectAuto Trait Implementations
impl !Send for ff_periodic_effectimpl !Sync for ff_periodic_effectimpl RefUnwindSafe for ff_periodic_effectimpl Unpin for ff_periodic_effectimpl UnwindSafe for ff_periodic_effectBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T