[][src]Enum sdl2_sys::SDL_RendererFlip

#[repr(u32)]pub enum SDL_RendererFlip {
    SDL_FLIP_NONE,
    SDL_FLIP_HORIZONTAL,
    SDL_FLIP_VERTICAL,
}

\brief Flip constants for SDL_RenderCopyEx

Variants

SDL_FLIP_NONE

< Do not flip

SDL_FLIP_HORIZONTAL

< flip horizontally

SDL_FLIP_VERTICAL

< flip vertically

Trait Implementations

impl Clone for SDL_RendererFlip[src]

impl Copy for SDL_RendererFlip[src]

impl Debug for SDL_RendererFlip[src]

impl Eq for SDL_RendererFlip[src]

impl Hash for SDL_RendererFlip[src]

impl PartialEq<SDL_RendererFlip> for SDL_RendererFlip[src]

impl StructuralEq for SDL_RendererFlip[src]

impl StructuralPartialEq for SDL_RendererFlip[src]

Auto Trait Implementations

impl Send for SDL_RendererFlip

impl Sync for SDL_RendererFlip

impl Unpin for SDL_RendererFlip

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, 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.