Struct cranelift_module::FuncId [−][src]
pub struct FuncId(_);Expand description
A function identifier for use in the Module interface.
Implementations
Get the FuncId for the function named by name.
Trait Implementations
Function identifiers are namespace 0 in ir::ExternalName
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Create an instance of the reserved value.
Checks whether value is the reserved one.
Auto Trait Implementations
impl RefUnwindSafe for FuncId
impl UnwindSafe for FuncId
Blanket Implementations
Mutably borrows from an owned value. Read more