pub struct OutPin {
pub id: OutPinId,
pub remotes: Vec<InPinId>,
}Expand description
Node and its output pin.
Fields§
§id: OutPinIdOutput pin identifier.
remotes: Vec<InPinId>List of input pins connected to this output pin.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OutPin
impl RefUnwindSafe for OutPin
impl Send for OutPin
impl Sync for OutPin
impl Unpin for OutPin
impl UnwindSafe for OutPin
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