pub struct ExtF {
pub node: ExtF,
}
Expand description
Parameter and Modulation Amount Setter API Struct for Node ExtF
Fields
node: ExtF
Implementations
sourceimpl ExtF
impl ExtF
sourcepub fn slew(self, v: f32, ma: f32) -> ExtF
pub fn slew(self, v: f32, ma: f32) -> ExtF
Set input parameter and modulation amount for Node ExtF Input slew
sourcepub fn atv1(self, v: f32, ma: f32) -> ExtF
pub fn atv1(self, v: f32, ma: f32) -> ExtF
Set input parameter and modulation amount for Node ExtF Input atv1
Auto Trait Implementations
impl !RefUnwindSafe for ExtF
impl !Send for ExtF
impl !Sync for ExtF
impl Unpin for ExtF
impl !UnwindSafe for ExtF
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