Enum core_graphics::image::CGImageByteOrderInfo
source · #[repr(C)]pub enum CGImageByteOrderInfo {
CGImageByteOrderMask = 28_672,
CGImageByteOrder16Little = 4_096,
CGImageByteOrder32Little = 8_192,
CGImageByteOrder16Big = 12_288,
CGImageByteOrder32Big = 16_384,
}
Variants§
CGImageByteOrderMask = 28_672
CGImageByteOrder16Little = 4_096
CGImageByteOrder32Little = 8_192
CGImageByteOrder16Big = 12_288
CGImageByteOrder32Big = 16_384
Auto Trait Implementations§
impl Freeze for CGImageByteOrderInfo
impl RefUnwindSafe for CGImageByteOrderInfo
impl Send for CGImageByteOrderInfo
impl Sync for CGImageByteOrderInfo
impl Unpin for CGImageByteOrderInfo
impl UnwindSafe for CGImageByteOrderInfo
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