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