Struct cranelift_codegen::machinst::vcode::VCodeConstant [−][src]
pub struct VCodeConstant(_);
Expand description
A use of a constant by one or more VCode instructions; see VCodeConstants.
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Create an instance of the reserved value.
Checks whether value is the reserved one.
Auto Trait Implementations
impl RefUnwindSafe for VCodeConstant
impl Send for VCodeConstant
impl Sync for VCodeConstant
impl Unpin for VCodeConstant
impl UnwindSafe for VCodeConstant
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.