Struct moa_z80::state::Z80Signals
source · pub struct Z80Signals {
pub reset: Signal<bool>,
pub bus_request: Signal<bool>,
}
Fields§
§reset: Signal<bool>
§bus_request: Signal<bool>
Trait Implementations§
source§impl Clone for Z80Signals
impl Clone for Z80Signals
source§fn clone(&self) -> Z80Signals
fn clone(&self) -> Z80Signals
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 Z80Signals
impl Debug for Z80Signals
source§impl Default for Z80Signals
impl Default for Z80Signals
source§fn default() -> Z80Signals
fn default() -> Z80Signals
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Z80Signals
impl !RefUnwindSafe for Z80Signals
impl !Send for Z80Signals
impl !Sync for Z80Signals
impl Unpin for Z80Signals
impl !UnwindSafe for Z80Signals
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