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