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 VCodeConstantimpl Send for VCodeConstantimpl Sync for VCodeConstantimpl Unpin for VCodeConstantimpl UnwindSafe for VCodeConstantBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.