ExtC

Struct ExtC 

Source
pub struct ExtC {
    pub node: ExtC,
}
Expand description

Parameter and Modulation Amount Setter API Struct for Node ExtC

Fields§

§node: ExtC

Implementations§

Source§

impl ExtC

Source

pub fn slew(self, v: f32, ma: f32) -> ExtC

Set input parameter and modulation amount for Node ExtC Input slew

Source

pub fn atv1(self, v: f32, ma: f32) -> ExtC

Set input parameter and modulation amount for Node ExtC Input atv1

Source

pub fn atv2(self, v: f32, ma: f32) -> ExtC

Set input parameter and modulation amount for Node ExtC Input atv2

Source

pub fn atv3(self, v: f32, ma: f32) -> ExtC

Set input parameter and modulation amount for Node ExtC Input atv3

Auto Trait Implementations§

§

impl Freeze for ExtC

§

impl !RefUnwindSafe for ExtC

§

impl !Send for ExtC

§

impl !Sync for ExtC

§

impl Unpin for ExtC

§

impl !UnwindSafe for ExtC

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.