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