Enum skia_bindings::skcms_AlphaFormat
source · #[repr(u32)]pub enum skcms_AlphaFormat {
skcms_AlphaFormat_Opaque,
skcms_AlphaFormat_Unpremul,
skcms_AlphaFormat_PremulAsEncoded,
}
Variants§
Trait Implementations§
source§impl Clone for skcms_AlphaFormat
impl Clone for skcms_AlphaFormat
source§fn clone(&self) -> skcms_AlphaFormat
fn clone(&self) -> skcms_AlphaFormat
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 skcms_AlphaFormat
impl Debug for skcms_AlphaFormat
source§impl Hash for skcms_AlphaFormat
impl Hash for skcms_AlphaFormat
source§impl PartialEq<skcms_AlphaFormat> for skcms_AlphaFormat
impl PartialEq<skcms_AlphaFormat> for skcms_AlphaFormat
source§fn eq(&self, other: &skcms_AlphaFormat) -> bool
fn eq(&self, other: &skcms_AlphaFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for skcms_AlphaFormat
impl Eq for skcms_AlphaFormat
impl StructuralEq for skcms_AlphaFormat
impl StructuralPartialEq for skcms_AlphaFormat
Auto Trait Implementations§
impl RefUnwindSafe for skcms_AlphaFormat
impl Send for skcms_AlphaFormat
impl Sync for skcms_AlphaFormat
impl Unpin for skcms_AlphaFormat
impl UnwindSafe for skcms_AlphaFormat
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