Struct libc_interface::ff_envelope [−][src]
#[repr(C)]pub struct ff_envelope { pub attack_length: __u16, pub attack_level: __u16, pub fade_length: __u16, pub fade_level: __u16, }
Fields
attack_length: __u16
attack_level: __u16
fade_length: __u16
fade_level: __u16
Trait Implementations
impl Copy for ff_envelope[src]
impl Copy for ff_envelopeimpl Clone for ff_envelope[src]
impl Clone for ff_envelopefn clone(&self) -> ff_envelope[src]
fn clone(&self) -> ff_envelopeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for ff_envelope[src]
impl PartialEq for ff_envelopefn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for ff_envelope[src]
impl Eq for ff_envelopeAuto Trait Implementations
impl Send for ff_envelope
impl Send for ff_envelopeimpl Sync for ff_envelope
impl Sync for ff_envelope