pub enum OperandSize {
Show 13 variants
Unsized,
Byte,
Word,
Dword,
Far16,
Fword,
Far32,
Qword,
Tbyte,
Far64,
Xmmword,
Ymmword,
Zmmword,
}
Variants§
Implementations§
Source§impl OperandSize
impl OperandSize
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 Debug for OperandSize
impl Debug for OperandSize
Source§impl Ord for OperandSize
impl Ord for OperandSize
Source§fn cmp(&self, other: &OperandSize) -> Ordering
fn cmp(&self, other: &OperandSize) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OperandSize
impl PartialEq for OperandSize
Source§impl PartialOrd for OperandSize
impl PartialOrd for OperandSize
impl Copy for OperandSize
impl Eq for OperandSize
impl StructuralPartialEq for OperandSize
Auto Trait Implementations§
impl Freeze for OperandSize
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