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