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