Struct libc::ff_envelope
#[repr(C)]
pub struct ff_envelope {
pub attack_length: ::__u16,
pub attack_level: ::__u16,
pub fade_length: ::__u16,
pub fade_level: ::__u16,
}
Fields
pub attack_length: ::__u16
pub attack_level: ::__u16
pub fade_length: ::__u16
pub fade_level: ::__u16
Trait Implementations
impl Clone for ff_envelope
fn clone(&Self) -> ff_envelope
impl Copy for ff_envelope
impl Debug for ff_envelope
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for ff_envelope
impl Hash for ff_envelope
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl PartialEq<ff_envelope> for ff_envelope
fn eq(&Self, other: &ff_envelope) -> bool
fn ne(&Self, other: &ff_envelope) -> bool
impl StructuralEq for ff_envelope
impl StructuralPartialEq for ff_envelope
Auto Trait Implementations
impl RefUnwindSafe for ff_envelope
impl Send for ff_envelope
impl Sync for ff_envelope
impl Unpin for ff_envelope
impl UnwindSafe for ff_envelope
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T