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

Trait Implementations

impl Copy for ff_envelope
[src]

impl Clone for ff_envelope
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ff_envelope
[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_envelope
[src]

Auto Trait Implementations

impl Send for ff_envelope

impl Sync for ff_envelope