pub struct NodePort {
pub name: String,
pub config: PortConfig,
}Expand description
§========================================================================== Unified Port Definition
Unified port definition for both texture and control signals
This is the primary port type for new plugins, providing a unified interface for all node connections.
Fields§
§name: StringPort name for UI display and connection reference
config: PortConfigPort configuration (type-safe, discriminated union)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NodePort
impl RefUnwindSafe for NodePort
impl Send for NodePort
impl Sync for NodePort
impl Unpin for NodePort
impl UnwindSafe for NodePort
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more