pub struct FVaFilt {
pub node_id: NodeId,
pub node: ConstructorNode,
pub port: Option<String>,
}
Expand description
Output Port API Struct for Node FVaFilt
Fields
node_id: NodeId
node: ConstructorNode
port: Option<String>
Implementations
sourceimpl FVaFilt
impl FVaFilt
sourcepub fn sig_l(self) -> Self
pub fn sig_l(self) -> Self
See also Node FVaFilt about details to this output
sourcepub fn sig_r(self) -> Self
pub fn sig_r(self) -> Self
See also Node FVaFilt about details to this output
Trait Implementations
sourceimpl ConstructorNodeBuilder for FVaFilt
impl ConstructorNodeBuilder for FVaFilt
sourceimpl ConstructorNodeOutputPort for FVaFilt
impl ConstructorNodeOutputPort for FVaFilt
fn port(&self) -> (ConstructorNode, String)
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