#[repr(u8)]pub enum LoadStoreNreg {
N1 = 1,
N2 = 2,
N4 = 4,
N8 = 8,
}Expand description
nreg field for load/store instructions
Variants§
Implementations§
Source§impl LoadStoreNreg
impl LoadStoreNreg
Trait Implementations§
Source§impl Clone for LoadStoreNreg
impl Clone for LoadStoreNreg
Source§fn clone(&self) -> LoadStoreNreg
fn clone(&self) -> LoadStoreNreg
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 LoadStoreNreg
impl Debug for LoadStoreNreg
Source§impl Display for LoadStoreNreg
impl Display for LoadStoreNreg
Source§impl PartialEq for LoadStoreNreg
impl PartialEq for LoadStoreNreg
impl Copy for LoadStoreNreg
impl Eq for LoadStoreNreg
impl StructuralPartialEq for LoadStoreNreg
Auto Trait Implementations§
impl Freeze for LoadStoreNreg
impl RefUnwindSafe for LoadStoreNreg
impl Send for LoadStoreNreg
impl Sync for LoadStoreNreg
impl Unpin for LoadStoreNreg
impl UnsafeUnpin for LoadStoreNreg
impl UnwindSafe for LoadStoreNreg
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