Struct libc::ff_constant_effect
#[repr(C)]
pub struct ff_constant_effect {
pub level: ::__s16,
pub envelope: ff_envelope,
}Fields
pub level: ::__s16pub envelope: ff_envelopeTrait Implementations
impl Clone for ff_constant_effect
fn clone(&Self) -> ff_constant_effectimpl Copy for ff_constant_effectimpl Debug for ff_constant_effect
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for ff_constant_effectimpl Hash for ff_constant_effect
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<ff_constant_effect> for ff_constant_effect
fn eq(&Self, other: &ff_constant_effect) -> boolfn ne(&Self, other: &ff_constant_effect) -> boolimpl StructuralEq for ff_constant_effectimpl StructuralPartialEq for ff_constant_effectAuto Trait Implementations
impl RefUnwindSafe for ff_constant_effectimpl Send for ff_constant_effectimpl Sync for ff_constant_effectimpl Unpin for ff_constant_effectimpl UnwindSafe for ff_constant_effectBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T