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