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