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