pub enum Z80Type {
Z80,
}
Variants§
Z80
Trait Implementations§
source§impl Ord for Z80Type
impl Ord for Z80Type
source§impl PartialEq for Z80Type
impl PartialEq for Z80Type
source§impl PartialOrd for Z80Type
impl PartialOrd for Z80Type
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Z80Type
impl Eq for Z80Type
impl StructuralPartialEq for Z80Type
Auto Trait Implementations§
impl Freeze for Z80Type
impl RefUnwindSafe for Z80Type
impl Send for Z80Type
impl Sync for Z80Type
impl Unpin for Z80Type
impl UnwindSafe for Z80Type
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