Struct libc::ff_constant_effect
#[repr(C)]
pub struct ff_constant_effect {
pub level: ::__s16,
pub envelope: ff_envelope,
}
Fields
pub level: ::__s16
pub envelope: ff_envelope
Trait Implementations
impl Clone for ff_constant_effect
fn clone(&Self) -> ff_constant_effect
impl Copy for ff_constant_effect
impl Debug for ff_constant_effect
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for ff_constant_effect
impl 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) -> bool
fn ne(&Self, other: &ff_constant_effect) -> bool
impl StructuralEq for ff_constant_effect
impl StructuralPartialEq for ff_constant_effect
Auto Trait Implementations
impl RefUnwindSafe for ff_constant_effect
impl Send for ff_constant_effect
impl Sync for ff_constant_effect
impl Unpin for ff_constant_effect
impl UnwindSafe for ff_constant_effect
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T