pub struct FVaFilt {
pub node: FVaFilt,
}
Expand description
Input Port API Struct for Node FVaFilt
Fields
node: FVaFilt
Implementations
sourceimpl FVaFilt
impl FVaFilt
sourcepub fn in_l(self, node: &dyn ConstructorNodeOutputPort) -> FVaFilt
pub fn in_l(self, node: &dyn ConstructorNodeOutputPort) -> FVaFilt
Assign to input port for Node FVaFilt Input in_l
sourcepub fn in_r(self, node: &dyn ConstructorNodeOutputPort) -> FVaFilt
pub fn in_r(self, node: &dyn ConstructorNodeOutputPort) -> FVaFilt
Assign to input port for Node FVaFilt Input in_r
sourcepub fn freq(self, node: &dyn ConstructorNodeOutputPort) -> FVaFilt
pub fn freq(self, node: &dyn ConstructorNodeOutputPort) -> FVaFilt
Assign to input port for Node FVaFilt Input freq
sourcepub fn res(self, node: &dyn ConstructorNodeOutputPort) -> FVaFilt
pub fn res(self, node: &dyn ConstructorNodeOutputPort) -> FVaFilt
Assign to input port for Node FVaFilt Input res
sourcepub fn drive(self, node: &dyn ConstructorNodeOutputPort) -> FVaFilt
pub fn drive(self, node: &dyn ConstructorNodeOutputPort) -> FVaFilt
Assign to input port for Node FVaFilt Input drive
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