[−][src]Struct moore_vhdl::score::SubprogInstRef
Trait Implementations
impl Clone for SubprogInstRef[src]
fn clone(&self) -> SubprogInstRef[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'lazy, 'sb, 'ast, 'ctx> Codegen<SubprogInstRef, ()> for ScoreContext<'lazy, 'sb, 'ast, 'ctx>[src]
impl Copy for SubprogInstRef[src]
impl Debug for SubprogInstRef[src]
impl Eq for SubprogInstRef[src]
impl From<SubprogInstRef> for Def[src]
fn from(id: SubprogInstRef) -> Def[src]
impl From<SubprogInstRef> for SubprogRef[src]
fn from(id: SubprogInstRef) -> SubprogRef[src]
impl From<SubprogInstRef> for DeclInPkgRef[src]
fn from(id: SubprogInstRef) -> DeclInPkgRef[src]
impl From<SubprogInstRef> for DeclInPkgBodyRef[src]
fn from(id: SubprogInstRef) -> DeclInPkgBodyRef[src]
impl From<SubprogInstRef> for DeclInSubprogRef[src]
fn from(id: SubprogInstRef) -> DeclInSubprogRef[src]
impl From<SubprogInstRef> for DeclInBlockRef[src]
fn from(id: SubprogInstRef) -> DeclInBlockRef[src]
impl From<SubprogInstRef> for DeclInProcRef[src]
fn from(id: SubprogInstRef) -> DeclInProcRef[src]
impl Hash for SubprogInstRef[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Into<NodeId> for SubprogInstRef[src]
impl<'lazy, 'sb, 'ast, 'ctx> NodeMaker<SubprogInstRef, &'ctx SubprogInst> for ScoreContext<'lazy, 'sb, 'ast, 'ctx>[src]
fn make(&self, id: SubprogInstRef) -> Result<&'ctx SubprogInst>[src]
impl NodeRef for SubprogInstRef[src]
impl<'ast> NodeStorage<SubprogInstRef> for AstTable<'ast>[src]
type Node = (ScopeRef, &'ast Subprog)
The type of the node that is returned when presented with an ID of type I. Read more
fn get(&self, id: &SubprogInstRef) -> Option<&(ScopeRef, &'ast Subprog)>[src]
fn set(
&mut self,
id: SubprogInstRef,
node: (ScopeRef, &'ast Subprog)
) -> Option<(ScopeRef, &'ast Subprog)>[src]
&mut self,
id: SubprogInstRef,
node: (ScopeRef, &'ast Subprog)
) -> Option<(ScopeRef, &'ast Subprog)>
impl<'ctx> NodeStorage<SubprogInstRef> for HirTable<'ctx>[src]
type Node = &'ctx SubprogInst
The type of the node that is returned when presented with an ID of type I. Read more
fn get(&self, id: &SubprogInstRef) -> Option<&&'ctx SubprogInst>[src]
fn set(
&mut self,
id: SubprogInstRef,
node: &'ctx SubprogInst
) -> Option<&'ctx SubprogInst>[src]
&mut self,
id: SubprogInstRef,
node: &'ctx SubprogInst
) -> Option<&'ctx SubprogInst>
impl Ord for SubprogInstRef[src]
fn cmp(&self, other: &SubprogInstRef) -> Ordering[src]
#[must_use]fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self[src]
impl PartialEq<SubprogInstRef> for SubprogInstRef[src]
fn eq(&self, other: &SubprogInstRef) -> bool[src]
fn ne(&self, other: &SubprogInstRef) -> bool[src]
impl PartialOrd<SubprogInstRef> for SubprogInstRef[src]
fn partial_cmp(&self, other: &SubprogInstRef) -> Option<Ordering>[src]
fn lt(&self, other: &SubprogInstRef) -> bool[src]
fn le(&self, other: &SubprogInstRef) -> bool[src]
fn gt(&self, other: &SubprogInstRef) -> bool[src]
fn ge(&self, other: &SubprogInstRef) -> bool[src]
impl StructuralEq for SubprogInstRef[src]
impl StructuralPartialEq for SubprogInstRef[src]
impl<'sbc, 'lazy, 'sb, 'ast, 'ctx> Typeck<SubprogInstRef> for TypeckContext<'sbc, 'lazy, 'sb, 'ast, 'ctx>[src]
fn typeck(&self, id: SubprogInstRef)[src]
Auto Trait Implementations
impl RefUnwindSafe for SubprogInstRef
impl Send for SubprogInstRef
impl Sync for SubprogInstRef
impl Unpin for SubprogInstRef
impl UnwindSafe for SubprogInstRef
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,