Enum cranelift_codegen::isa::x64::args::OperandSize
source · pub enum OperandSize {
Size8,
Size16,
Size32,
Size64,
}
Expand description
An operand’s size in bits.
Variants§
Trait Implementations§
source§impl Clone for OperandSize
impl Clone for OperandSize
source§fn clone(&self) -> OperandSize
fn clone(&self) -> OperandSize
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more