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