Enum qmetaobject::ImageFormat[][src]

#[repr(u32)]
pub enum ImageFormat {
Show variants Invalid, Mono, MonoLSB, Indexed8, RGB32, ARGB32, ARGB32_Premultiplied, RGB16, ARGB8565_Premultiplied, RGB666, ARGB6666_Premultiplied, RGB555, ARGB8555_Premultiplied, RGB888, RGB444, ARGB4444_Premultiplied, RGBX8888, RGBA8888, RGBA8888_Premultiplied, BGR30, A2BGR30_Premultiplied, RGB30, A2RGB30_Premultiplied, Alpha8, Grayscale8, Grayscale16, RGBX64, RGBA64, RGBA64_Premultiplied, BGR888,
}

Bindings for QImage::Format enum class.

Variants

Invalid
Mono
MonoLSB
Indexed8
RGB32
ARGB32
ARGB32_Premultiplied
RGB16
ARGB8565_Premultiplied
RGB666
ARGB6666_Premultiplied
RGB555
ARGB8555_Premultiplied
RGB888
RGB444
ARGB4444_Premultiplied
RGBX8888
RGBA8888
RGBA8888_Premultiplied
BGR30
A2BGR30_Premultiplied
RGB30
A2RGB30_Premultiplied
Alpha8
Grayscale8
Grayscale16
RGBX64
RGBA64
RGBA64_Premultiplied
BGR888

Trait Implementations

impl Clone for ImageFormat[src]

impl Copy for ImageFormat[src]

impl Debug for ImageFormat[src]

impl PartialEq<ImageFormat> for ImageFormat[src]

impl StructuralPartialEq for ImageFormat[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.