Struct c_gull::ff_constant_effect
source · pub struct ff_constant_effect {
pub level: i16,
pub envelope: ff_envelope,
}Fields§
§level: i16§envelope: ff_envelopeTrait Implementations§
source§impl Clone for ff_constant_effect
impl Clone for ff_constant_effect
source§fn clone(&self) -> ff_constant_effect
fn clone(&self) -> ff_constant_effect
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more