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