pub struct Inp { /* private fields */ }Expand description
Build API Struct for Node Inp
Implementations§
Source§impl Inp
impl Inp
Sourcepub fn set(self) -> Inp
pub fn set(self) -> Inp
Returns a structure with all settable parameters and settings. See also Node Inp
Sourcepub fn set_mod(self) -> Inp
pub fn set_mod(self) -> Inp
Returns a structure with all settable parameters with modulation amount. See also Node Inp
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Inp
impl !RefUnwindSafe for Inp
impl !Send for Inp
impl !Sync for Inp
impl Unpin for Inp
impl !UnwindSafe for Inp
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more