Enum moa_z80::execute::RotateType
source · enum RotateType {
Bit8,
Bit9,
}
Variants§
Auto Trait Implementations§
impl Freeze for RotateType
impl RefUnwindSafe for RotateType
impl Send for RotateType
impl Sync for RotateType
impl Unpin for RotateType
impl UnwindSafe for RotateType
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