pub struct SpectrumPalRGB24;Expand description
A color ZX Spectrum Palette implementation to be used with PixelBufA24.
Trait Implementations§
Source§impl Palette for SpectrumPalRGB24
impl Palette for SpectrumPalRGB24
Auto Trait Implementations§
impl Freeze for SpectrumPalRGB24
impl RefUnwindSafe for SpectrumPalRGB24
impl Send for SpectrumPalRGB24
impl Sync for SpectrumPalRGB24
impl Unpin for SpectrumPalRGB24
impl UnwindSafe for SpectrumPalRGB24
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
Source§impl<S, T> IntoSample<S> for Twhere
S: FromSample<T>,
impl<S, T> IntoSample<S> for Twhere
S: FromSample<T>,
Source§fn into_sample(self) -> S
fn into_sample(self) -> S
Convert to
S a sample type from self.