[−][src]Struct moore_vhdl::score::LibRef
Trait Implementations
impl Clone for LibRef[src]
impl Copy for LibRef[src]
impl Debug for LibRef[src]
impl Eq for LibRef[src]
impl From<LibRef> for Def[src]
impl From<LibRef> for ScopeRef[src]
impl Hash for LibRef[src]
pub fn hash<__H: Hasher>(&self, state: &mut __H)[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Into<NodeId> for LibRef[src]
impl<'lazy, 'sb, 'ast, 'ctx> NodeMaker<LibRef, &'ctx ArchTable> for ScoreContext<'lazy, 'sb, 'ast, 'ctx>[src]
impl<'lazy, 'sb, 'ast, 'ctx> NodeMaker<LibRef, &'ctx HashMap<ResolvableName, Vec<Spanned<Def>, Global>, RandomState>> for ScoreContext<'lazy, 'sb, 'ast, 'ctx>[src]
impl<'lazy, 'sb, 'ast, 'ctx> NodeMaker<LibRef, &'ctx Lib> for ScoreContext<'lazy, 'sb, 'ast, 'ctx>[src]
impl<'lazy, 'sb, 'ast, 'ctx> NodeMaker<LibRef, &'ctx Scope> for ScoreContext<'lazy, 'sb, 'ast, 'ctx>[src]
impl NodeRef for LibRef[src]
impl<'ctx> NodeStorage<LibRef> for HirTable<'ctx>[src]
type Node = &'ctx Lib
The type of the node that is returned when presented with an ID of type
I. Read more
pub fn get(&self, id: &LibRef) -> Option<&&'ctx Lib>[src]
pub fn set(&mut self, id: LibRef, node: &'ctx Lib) -> Option<&'ctx Lib>[src]
impl Ord for LibRef[src]
pub fn cmp(&self, other: &LibRef) -> Ordering[src]
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl PartialEq<LibRef> for LibRef[src]
impl PartialOrd<LibRef> for LibRef[src]
pub fn partial_cmp(&self, other: &LibRef) -> Option<Ordering>[src]
pub fn lt(&self, other: &LibRef) -> bool[src]
pub fn le(&self, other: &LibRef) -> bool[src]
pub fn gt(&self, other: &LibRef) -> bool[src]
pub fn ge(&self, other: &LibRef) -> bool[src]
impl StructuralEq for LibRef[src]
impl StructuralPartialEq for LibRef[src]
impl<'sbc, 'lazy, 'sb, 'ast, 'ctx> Typeck<LibRef> for TypeckContext<'sbc, 'lazy, 'sb, 'ast, 'ctx>[src]
Auto Trait Implementations
impl RefUnwindSafe for LibRef[src]
impl Send for LibRef[src]
impl Sync for LibRef[src]
impl Unpin for LibRef[src]
impl UnwindSafe for LibRef[src]
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,
pub 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> Pointable for T
pub const ALIGN: usize
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize
pub unsafe fn deref<'a>(ptr: usize) -> &'a T
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T
pub unsafe fn drop(ptr: usize)
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub 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.
pub 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>,