pub struct ExtC {
pub node: ExtC,
}
Expand description
Parameter and Modulation Amount Setter API Struct for Node ExtC
Fields
node: ExtC
Implementations
sourceimpl ExtC
impl ExtC
sourcepub fn slew(self, v: f32, ma: f32) -> ExtC
pub fn slew(self, v: f32, ma: f32) -> ExtC
Set input parameter and modulation amount for Node ExtC Input slew
sourcepub fn atv1(self, v: f32, ma: f32) -> ExtC
pub fn atv1(self, v: f32, ma: f32) -> ExtC
Set input parameter and modulation amount for Node ExtC Input atv1
Auto Trait Implementations
impl !RefUnwindSafe for ExtC
impl !Send for ExtC
impl !Sync for ExtC
impl Unpin for ExtC
impl !UnwindSafe for ExtC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more