pub struct SpectrumPalRGBA32;Expand description
A color ZX Spectrum Palette implementation to be used with PixelBufA32.
Trait Implementations§
Source§impl Palette for SpectrumPalRGBA32
impl Palette for SpectrumPalRGBA32
Auto Trait Implementations§
impl Freeze for SpectrumPalRGBA32
impl RefUnwindSafe for SpectrumPalRGBA32
impl Send for SpectrumPalRGBA32
impl Sync for SpectrumPalRGBA32
impl Unpin for SpectrumPalRGBA32
impl UnwindSafe for SpectrumPalRGBA32
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.