#[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 · 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 CGImagePixelFormatInfo
impl Debug for CGImagePixelFormatInfo
Source§impl PartialEq for CGImagePixelFormatInfo
impl PartialEq for CGImagePixelFormatInfo
impl Copy for CGImagePixelFormatInfo
impl Eq for CGImagePixelFormatInfo
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 UnwindSafe for CGImagePixelFormatInfo
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