pub enum AtomicWidth {
W32,
W64,
}Expand description
Operand width — derived from TLP format: 3DW → 32-bit, 4DW → 64-bit
Variants§
Trait Implementations§
Source§impl Clone for AtomicWidth
impl Clone for AtomicWidth
Source§fn clone(&self) -> AtomicWidth
fn clone(&self) -> AtomicWidth
Returns a duplicate 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 AtomicWidth
impl Debug for AtomicWidth
Source§impl PartialEq for AtomicWidth
impl PartialEq for AtomicWidth
impl Copy for AtomicWidth
impl StructuralPartialEq for AtomicWidth
Auto Trait Implementations§
impl Freeze for AtomicWidth
impl RefUnwindSafe for AtomicWidth
impl Send for AtomicWidth
impl Sync for AtomicWidth
impl Unpin for AtomicWidth
impl UnsafeUnpin for AtomicWidth
impl UnwindSafe for AtomicWidth
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