pub struct RustzxSettings {
pub machine: ZXMachine,
pub emulation_mode: EmulationMode,
pub tape_fastload_enabled: bool,
pub kempston_enabled: bool,
pub mouse_enabled: bool,
}
Fields§
§machine: ZXMachine
§emulation_mode: EmulationMode
§tape_fastload_enabled: bool
§kempston_enabled: bool
§mouse_enabled: bool
Auto Trait Implementations§
impl Freeze for RustzxSettings
impl RefUnwindSafe for RustzxSettings
impl Send for RustzxSettings
impl Sync for RustzxSettings
impl Unpin for RustzxSettings
impl UnwindSafe for RustzxSettings
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