pub struct CQnt {
pub node: CQnt,
}
Expand description
Input Port API Struct for Node CQnt
Fields
node: CQnt
Implementations
sourceimpl CQnt
impl CQnt
sourcepub fn inp(self, node: &dyn ConstructorNodeOutputPort) -> CQnt
pub fn inp(self, node: &dyn ConstructorNodeOutputPort) -> CQnt
Assign to input port for Node CQnt Input inp
sourcepub fn oct(self, node: &dyn ConstructorNodeOutputPort) -> CQnt
pub fn oct(self, node: &dyn ConstructorNodeOutputPort) -> CQnt
Assign to input port for Node CQnt Input oct
Auto Trait Implementations
impl !RefUnwindSafe for CQnt
impl !Send for CQnt
impl !Sync for CQnt
impl Unpin for CQnt
impl !UnwindSafe for CQnt
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