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 moresource§impl PartialEq<OperandSize> for OperandSize
impl PartialEq<OperandSize> for OperandSize
source§fn eq(&self, other: &OperandSize) -> bool
fn eq(&self, other: &OperandSize) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.