Union arret_runtime::intern::InternedSym [−][src]
#[repr(align(8))] pub union InternedSym { // some fields omitted }
Implementations
impl InternedSym
[src]
impl InternedSym
[src]pub fn try_from_inline_name(name: &str) -> Option<InternedSym>
[src][−]
Tries to return an inline interned Sym
This can be accomplished without an Interner
as we don’t need to add a name to the
Interner
’s index.
pub fn from_global_index(index: u32) -> InternedSym
[src]
pub fn from_local_index(index: u32) -> InternedSym
[src]
pub fn to_raw_u64(self) -> u64
[src]
Trait Implementations
impl Clone for InternedSym
[src]
impl Clone for InternedSym
[src]fn clone(&self) -> InternedSym
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl Debug for InternedSym
[src]
impl Debug for InternedSym
[src]impl Hash for InternedSym
[src]
impl Hash for InternedSym
[src]impl PartialEq<InternedSym> for InternedSym
[src]
impl PartialEq<InternedSym> for InternedSym
[src]