pub struct SFilter {
pub node: SFilter,
}
Expand description
Parameter Setter API Struct for Node SFilter
Fields
node: SFilter
Implementations
sourceimpl SFilter
impl SFilter
sourcepub fn inp(self, v: f32) -> SFilter
pub fn inp(self, v: f32) -> SFilter
Set input parameter for Node SFilter Input inp
sourcepub fn freq(self, v: f32) -> SFilter
pub fn freq(self, v: f32) -> SFilter
Set input parameter for Node SFilter Input freq
sourcepub fn res(self, v: f32) -> SFilter
pub fn res(self, v: f32) -> SFilter
Set input parameter for Node SFilter Input res
sourcepub fn ftype(self, v: i64) -> SFilter
pub fn ftype(self, v: i64) -> SFilter
Set setting for Node SFilter Setting ftype
Auto Trait Implementations
impl !RefUnwindSafe for SFilter
impl !Send for SFilter
impl !Sync for SFilter
impl Unpin for SFilter
impl !UnwindSafe for SFilter
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