pub struct ExtF {
pub node: ExtF,
}
Expand description
Parameter Setter API Struct for Node ExtF
Fields
node: ExtF
Implementations
sourceimpl ExtF
impl ExtF
sourcepub fn slew(self, v: f32) -> ExtF
pub fn slew(self, v: f32) -> ExtF
Set input parameter for Node ExtF Input slew
sourcepub fn atv1(self, v: f32) -> ExtF
pub fn atv1(self, v: f32) -> ExtF
Set input parameter for Node ExtF Input atv1
sourcepub fn atv2(self, v: f32) -> ExtF
pub fn atv2(self, v: f32) -> ExtF
Set input parameter for Node ExtF Input atv2
sourcepub fn atv3(self, v: f32) -> ExtF
pub fn atv3(self, v: f32) -> ExtF
Set input parameter for Node ExtF Input atv3
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