Struct surge_modulation::imports::imports::ParamRT [−][src]
pub struct ParamRT<P> where
P: Param + ?Sized, {
pub val: PData,
pub modulation_delta: PData,
pub midictrl: Option<i32>,
pub per_voice_processing: bool,
pub temposync: bool,
pub extend_range: bool,
pub absolute: bool,
pub snap: bool,
pub delegate: Box<P, Global>,
}
Fields
val: PData
modulation_delta: PData
midictrl: Option<i32>
per_voice_processing: bool
temposync: bool
extend_range: bool
absolute: bool
snap: bool
delegate: Box<P, Global>
Implementations
Trait Implementations
Auto Trait Implementations
impl<P: ?Sized> RefUnwindSafe for ParamRT<P> where
P: RefUnwindSafe,
impl<P: ?Sized> UnwindSafe for ParamRT<P> where
P: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more