Enum moa_host::gfx::PixelEncoding
source · pub enum PixelEncoding {
RGBA,
ARGB,
ABGR,
}
Variants§
Trait Implementations§
source§impl Clone for PixelEncoding
impl Clone for PixelEncoding
source§fn clone(&self) -> PixelEncoding
fn clone(&self) -> PixelEncoding
Returns a copy 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 Debug for PixelEncoding
impl Debug for PixelEncoding
source§impl Default for PixelEncoding
impl Default for PixelEncoding
source§fn default() -> PixelEncoding
fn default() -> PixelEncoding
Returns the “default value” for a type. Read more
source§impl PartialEq for PixelEncoding
impl PartialEq for PixelEncoding
source§fn eq(&self, other: &PixelEncoding) -> bool
fn eq(&self, other: &PixelEncoding) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PixelEncoding
impl Eq for PixelEncoding
impl StructuralPartialEq for PixelEncoding
Auto Trait Implementations§
impl Freeze for PixelEncoding
impl RefUnwindSafe for PixelEncoding
impl Send for PixelEncoding
impl Sync for PixelEncoding
impl Unpin for PixelEncoding
impl UnwindSafe for PixelEncoding
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