Struct libc_interface::ff_periodic_effect[][src]

#[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

Trait Implementations

impl Copy for ff_periodic_effect
[src]

impl Clone for ff_periodic_effect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ff_periodic_effect
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ff_periodic_effect
[src]

Auto Trait Implementations