Struct cranelift_module::DataId [−][src]
pub struct DataId(_);Expand description
A data object identifier for use in the Module interface.
Implementations
Get the DataId for the data object named by name.
Trait Implementations
Data identifiers are namespace 1 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 DataId
impl UnwindSafe for DataId
Blanket Implementations
Mutably borrows from an owned value. Read more