Struct libnoentiendo::systems::vic::VicVia1PortA
source · pub struct VicVia1PortA { /* private fields */ }
Expand description
Port A on the first VIA chip. This is used to read the state from the joystick.
Implementations§
source§impl VicVia1PortA
impl VicVia1PortA
pub fn new(platform: Arc<dyn PlatformProvider>) -> Self
sourcepub fn get_joy_pin_3(&self) -> Rc<Cell<bool>>
pub fn get_joy_pin_3(&self) -> Rc<Cell<bool>>
Return a reference to the joystick’s pin 3 state.
Trait Implementations§
source§impl Port for VicVia1PortA
impl Port for VicVia1PortA
Auto Trait Implementations§
impl !RefUnwindSafe for VicVia1PortA
impl !Send for VicVia1PortA
impl !Sync for VicVia1PortA
impl Unpin for VicVia1PortA
impl !UnwindSafe for VicVia1PortA
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