Enum moa_m68k::instructions::ControlRegister
source · pub enum ControlRegister {
VBR,
}
Variants§
VBR
Trait Implementations§
source§impl Clone for ControlRegister
impl Clone for ControlRegister
source§fn clone(&self) -> ControlRegister
fn clone(&self) -> ControlRegister
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 ControlRegister
impl Debug for ControlRegister
source§impl Display for ControlRegister
impl Display for ControlRegister
source§impl PartialEq for ControlRegister
impl PartialEq for ControlRegister
source§fn eq(&self, other: &ControlRegister) -> bool
fn eq(&self, other: &ControlRegister) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ControlRegister
impl Eq for ControlRegister
impl StructuralPartialEq for ControlRegister
Auto Trait Implementations§
impl Freeze for ControlRegister
impl RefUnwindSafe for ControlRegister
impl Send for ControlRegister
impl Sync for ControlRegister
impl Unpin for ControlRegister
impl UnwindSafe for ControlRegister
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