Struct cranelift_codegen::isa::x64::encoding::evex::Register [−][src]
pub struct Register(_);
Expand description
Describe the register index to use. This wrapper is a type-safe way to pass
around the registers defined in inst/regs.rs.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Register
impl UnwindSafe for Register
Blanket Implementations
Mutably borrows from an owned value. Read more