Struct cranelift_codegen::ir::entities::FuncRef [−][src]
pub struct FuncRef(_);
An opaque reference to another Function
.
FuncRef
s are used for direct function calls
and by func_addr
for use in
indirect function calls.
FuncRef
s can be created with
FunctionBuilder::import_function
for external functionsModule::declare_func_in_func
for functions declared elsewhere in the same nativeModule
FuncEnvironment::make_direct_func
for functions declared in the same WebAssemblyFuncEnvironment
While the order is stable, it is arbitrary.
Implementations
impl FuncRef
[src]
impl FuncRef
[src]impl FuncRef
[src]
impl FuncRef
[src]pub fn with_number(n: u32) -> Option<Self>
[src]
Create a new external function reference from its number.
This method is for use by the parser.
Trait Implementations
impl PartialOrd<FuncRef> for FuncRef
[src]
impl PartialOrd<FuncRef> for FuncRef
[src]impl ReservedValue for FuncRef
[src]
impl ReservedValue for FuncRef
[src]fn reserved_value() -> FuncRef
[src]
fn is_reserved_value(&self) -> bool
[src]
impl Copy for FuncRef
[src]
impl Eq for FuncRef
[src]
impl StructuralEq for FuncRef
[src]
impl StructuralPartialEq for FuncRef
[src]
Auto Trait Implementations
impl RefUnwindSafe for FuncRef
impl Send for FuncRef
impl Sync for FuncRef
impl Unpin for FuncRef
impl UnwindSafe for FuncRef
Blanket Implementations
impl<T> CallHasher for T where
T: Hash,
[src]
impl<T> CallHasher for T where
T: Hash,
[src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> SparseMapValue<T> for T where
T: EntityRef,
[src]
impl<T> SparseMapValue<T> for T where
T: EntityRef,
[src]