Struct cranelift_codegen::ir::immediates::Uimm64 [−][src]
pub struct Uimm64(_);
Expand description
64-bit immediate unsigned integer operand.
A Uimm64 operand can also be used to represent immediate values of smaller integer types by
zero-extending to i64.
Implementations
Return self negated.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Uimm64impl UnwindSafe for Uimm64Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.