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 ==
.impl Copy for OperandSize
impl StructuralPartialEq for OperandSize
Auto Trait Implementations§
impl RefUnwindSafe for OperandSize
impl Send for OperandSize
impl Sync for OperandSize
impl Unpin for OperandSize
impl UnwindSafe for OperandSize
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more