Enum moa_m68k::instructions::XRegister
source · pub enum XRegister {
DReg(u8),
AReg(u8),
}
Variants§
Trait Implementations§
source§impl PartialEq for XRegister
impl PartialEq for XRegister
impl Copy for XRegister
impl Eq for XRegister
impl StructuralPartialEq for XRegister
Auto Trait Implementations§
impl Freeze for XRegister
impl RefUnwindSafe for XRegister
impl Send for XRegister
impl Sync for XRegister
impl Unpin for XRegister
impl UnwindSafe for XRegister
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
source§impl<T, S> IntoAddress<T> for Swhere
T: FromAddress<S>,
impl<T, S> IntoAddress<T> for Swhere
T: FromAddress<S>,
source§fn into_address(self) -> T
fn into_address(self) -> T
Translate the given address into an address of type
T