pub struct OutPinId {
pub node: NodeId,
pub output: usize,
}Expand description
Output pin identifier. Cosists of node id and pin index.
Fields§
§node: NodeIdNode id.
output: usizeOutput pin index.
Trait Implementations§
Source§impl Ord for OutPinId
impl Ord for OutPinId
Source§impl PartialOrd for OutPinId
impl PartialOrd for OutPinId
impl Copy for OutPinId
impl Eq for OutPinId
impl StructuralPartialEq for OutPinId
Auto Trait Implementations§
impl Freeze for OutPinId
impl RefUnwindSafe for OutPinId
impl Send for OutPinId
impl Sync for OutPinId
impl Unpin for OutPinId
impl UnwindSafe for OutPinId
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