pub struct SPECS_128K { /* private fields */ }Expand description
ZX Spectrum 128K Specs
Trait Implementations§
Source§impl Deref for SPECS_128K
impl Deref for SPECS_128K
impl LazyStatic for SPECS_128K
Auto Trait Implementations§
impl Freeze for SPECS_128K
impl RefUnwindSafe for SPECS_128K
impl Send for SPECS_128K
impl Sync for SPECS_128K
impl Unpin for SPECS_128K
impl UnwindSafe for SPECS_128K
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