pub enum RetroPixelFormat {
RGB1555,
XRGB8888,
RGB565,
}
Variants§
Trait Implementations§
Source§impl Clone for RetroPixelFormat
impl Clone for RetroPixelFormat
Source§fn clone(&self) -> RetroPixelFormat
fn clone(&self) -> RetroPixelFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Into<u32> for RetroPixelFormat
impl Into<u32> for RetroPixelFormat
impl Copy for RetroPixelFormat
Auto Trait Implementations§
impl Freeze for RetroPixelFormat
impl RefUnwindSafe for RetroPixelFormat
impl Send for RetroPixelFormat
impl Sync for RetroPixelFormat
impl Unpin for RetroPixelFormat
impl UnwindSafe for RetroPixelFormat
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