Struct cranelift_codegen::ir::entities::SigRef [−][src]
pub struct SigRef(_);
A reference to a function signature.
Methods
impl SigRef[src]
impl SigRefpub fn with_number(n: u32) -> Option<Self>[src]
pub fn with_number(n: u32) -> Option<Self>Create a new function signature reference from its number.
This method is for use by the parser.
Trait Implementations
impl Copy for SigRef[src]
impl Copy for SigRefimpl Clone for SigRef[src]
impl Clone for SigReffn clone(&self) -> SigRef[src]
fn clone(&self) -> SigRefReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for SigRef[src]
impl PartialEq for SigReffn eq(&self, other: &SigRef) -> bool[src]
fn eq(&self, other: &SigRef) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &SigRef) -> bool[src]
fn ne(&self, other: &SigRef) -> boolThis method tests for !=.
impl Eq for SigRef[src]
impl Eq for SigRefimpl Hash for SigRef[src]
impl Hash for SigReffn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl EntityRef for SigRef
impl EntityRef for SigReffn new(index: usize) -> Self
fn new(index: usize) -> SelfCreate a new entity reference from a small integer. This should crash if the requested index is not representable. Read more
fn index(self) -> usize
fn index(self) -> usizeGet the index that was used to create this entity reference.
impl ReservedValue for SigRef
impl ReservedValue for SigReffn reserved_value() -> SigRef
fn reserved_value() -> SigRefCreate an instance of the reserved value.
impl Display for SigRef
impl Display for SigRefimpl Debug for SigRef
impl Debug for SigRefimpl From<SigRef> for AnyEntity[src]
impl From<SigRef> for AnyEntity