Enum core_graphics::image::CGImageByteOrderInfo
source · #[repr(C)]
pub enum CGImageByteOrderInfo {
CGImageByteOrderMask,
CGImageByteOrder16Little,
CGImageByteOrder32Little,
CGImageByteOrder16Big,
CGImageByteOrder32Big,
}
Variants
CGImageByteOrderMask
CGImageByteOrder16Little
CGImageByteOrder32Little
CGImageByteOrder16Big
CGImageByteOrder32Big
Auto Trait Implementations
impl RefUnwindSafe for CGImageByteOrderInfo
impl Send for CGImageByteOrderInfo
impl Sync for CGImageByteOrderInfo
impl Unpin for CGImageByteOrderInfo
impl UnwindSafe for CGImageByteOrderInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more