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