pub struct DisableScrollMessageRom48;Expand description
Poke which disables message and enter key prompt in 48K ROM when scrolling screen in BASIC mode
Trait Implementations§
Source§impl Poke for DisableScrollMessageRom48
impl Poke for DisableScrollMessageRom48
Source§fn actions(&self) -> &[PokeAction]
fn actions(&self) -> &[PokeAction]
Returns list of actions to perform on emulator state
Auto Trait Implementations§
impl Freeze for DisableScrollMessageRom48
impl RefUnwindSafe for DisableScrollMessageRom48
impl Send for DisableScrollMessageRom48
impl Sync for DisableScrollMessageRom48
impl Unpin for DisableScrollMessageRom48
impl UnwindSafe for DisableScrollMessageRom48
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