[][src]Struct zinc64_emu::io::cia::Cia

pub struct Cia { /* fields omitted */ }

Methods

impl Cia[src]

pub fn new(
    mode: Mode,
    joystick_1: Option<SharedCell<u8>>,
    joystick_2: Option<SharedCell<u8>>,
    keyboard_matrix: Option<Shared<[u8; 16]>>,
    port_a: Shared<IoPort>,
    port_b: Shared<IoPort>,
    flag_pin: Shared<Pin>,
    irq_line: Shared<IrqLine>
) -> Self
[src]

Trait Implementations

impl Chip for Cia[src]

Auto Trait Implementations

impl !Send for Cia

impl !Sync for Cia

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]