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