#[repr(u32)]pub enum CGImageByteOrderInfo {
ByteOrderMask = 28_672,
ByteOrderDefault = 0,
ByteOrder16Little = 4_096,
ByteOrder32Little = 8_192,
ByteOrder16Big = 12_288,
ByteOrder32Big = 16_384,
}Variants§
ByteOrderMask = 28_672
ByteOrderDefault = 0
ByteOrder16Little = 4_096
ByteOrder32Little = 8_192
ByteOrder16Big = 12_288
ByteOrder32Big = 16_384
Trait Implementations§
Source§impl Clone for CGImageByteOrderInfo
impl Clone for CGImageByteOrderInfo
Source§fn clone(&self) -> CGImageByteOrderInfo
fn clone(&self) -> CGImageByteOrderInfo
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 CGImageByteOrderInfo
Source§impl Debug for CGImageByteOrderInfo
impl Debug for CGImageByteOrderInfo
impl Eq for CGImageByteOrderInfo
Source§impl PartialEq for CGImageByteOrderInfo
impl PartialEq for CGImageByteOrderInfo
Source§fn eq(&self, other: &CGImageByteOrderInfo) -> bool
fn eq(&self, other: &CGImageByteOrderInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CGImageByteOrderInfo
Auto Trait Implementations§
impl Freeze for CGImageByteOrderInfo
impl RefUnwindSafe for CGImageByteOrderInfo
impl Send for CGImageByteOrderInfo
impl Sync for CGImageByteOrderInfo
impl Unpin for CGImageByteOrderInfo
impl UnsafeUnpin for CGImageByteOrderInfo
impl UnwindSafe for CGImageByteOrderInfo
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