#[repr(u32)]pub enum CGImagePixelFormatInfo {
PixelFormatMask = 61_440,
PixelFormatPacked = 0,
PixelFormatRGB555 = 65_536,
PixelFormatRGB565 = 131_072,
PixelFormatRGB101010 = 196_608,
PixelFormatRGBCIF10 = 262_144,
}Variants§
PixelFormatMask = 61_440
PixelFormatPacked = 0
PixelFormatRGB555 = 65_536
PixelFormatRGB565 = 131_072
PixelFormatRGB101010 = 196_608
PixelFormatRGBCIF10 = 262_144
Trait Implementations§
Source§impl Clone for CGImagePixelFormatInfo
impl Clone for CGImagePixelFormatInfo
Source§fn clone(&self) -> CGImagePixelFormatInfo
fn clone(&self) -> CGImagePixelFormatInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CGImagePixelFormatInfo
Source§impl Debug for CGImagePixelFormatInfo
impl Debug for CGImagePixelFormatInfo
impl Eq for CGImagePixelFormatInfo
Source§impl PartialEq for CGImagePixelFormatInfo
impl PartialEq for CGImagePixelFormatInfo
Source§fn eq(&self, other: &CGImagePixelFormatInfo) -> bool
fn eq(&self, other: &CGImagePixelFormatInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CGImagePixelFormatInfo
Auto Trait Implementations§
impl Freeze for CGImagePixelFormatInfo
impl RefUnwindSafe for CGImagePixelFormatInfo
impl Send for CGImagePixelFormatInfo
impl Sync for CGImagePixelFormatInfo
impl Unpin for CGImagePixelFormatInfo
impl UnsafeUnpin for CGImagePixelFormatInfo
impl UnwindSafe for CGImagePixelFormatInfo
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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