pub struct Comb { /* private fields */ }Expand description
Build API Struct for Node Comb
Implementations§
Source§impl Comb
impl Comb
Sourcepub fn set(self) -> Comb
pub fn set(self) -> Comb
Returns a structure with all settable parameters and settings. See also Node Comb
Sourcepub fn set_mod(self) -> Comb
pub fn set_mod(self) -> Comb
Returns a structure with all settable parameters with modulation amount. See also Node Comb
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Comb
impl !RefUnwindSafe for Comb
impl !Send for Comb
impl !Sync for Comb
impl Unpin for Comb
impl !UnwindSafe for Comb
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