#[repr(u8)]pub enum AddressKindA64 {
reg = 0,
imm = 1,
pre = 2,
post = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AddressKindA64
impl Clone for AddressKindA64
Source§fn clone(&self) -> AddressKindA64
fn clone(&self) -> AddressKindA64
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AddressKindA64
Source§impl Debug for AddressKindA64
impl Debug for AddressKindA64
impl Eq for AddressKindA64
Source§impl Hash for AddressKindA64
impl Hash for AddressKindA64
Source§impl PartialEq for AddressKindA64
impl PartialEq for AddressKindA64
Source§fn eq(&self, other: &AddressKindA64) -> bool
fn eq(&self, other: &AddressKindA64) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AddressKindA64
Auto Trait Implementations§
impl Freeze for AddressKindA64
impl RefUnwindSafe for AddressKindA64
impl Send for AddressKindA64
impl Sync for AddressKindA64
impl Unpin for AddressKindA64
impl UnsafeUnpin for AddressKindA64
impl UnwindSafe for AddressKindA64
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