[][src]Enum sdl2_sys::_bindgen_ty_3

#[repr(u32)]
pub enum _bindgen_ty_3 { SDL_PACKEDORDER_NONE, SDL_PACKEDORDER_XRGB, SDL_PACKEDORDER_RGBX, SDL_PACKEDORDER_ARGB, SDL_PACKEDORDER_RGBA, SDL_PACKEDORDER_XBGR, SDL_PACKEDORDER_BGRX, SDL_PACKEDORDER_ABGR, SDL_PACKEDORDER_BGRA, }

Packed component order, high bit -> low bit.

Variants

SDL_PACKEDORDER_NONESDL_PACKEDORDER_XRGBSDL_PACKEDORDER_RGBXSDL_PACKEDORDER_ARGBSDL_PACKEDORDER_RGBASDL_PACKEDORDER_XBGRSDL_PACKEDORDER_BGRXSDL_PACKEDORDER_ABGRSDL_PACKEDORDER_BGRA

Trait Implementations

impl PartialEq<_bindgen_ty_3> for _bindgen_ty_3[src]

#[must_use]
default fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Eq for _bindgen_ty_3[src]

impl Debug for _bindgen_ty_3[src]

impl Hash for _bindgen_ty_3[src]

default fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Copy for _bindgen_ty_3[src]

impl Clone for _bindgen_ty_3[src]

default fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

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

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

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

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