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