Struct sdl2::pixels::PixelFormat [] [src]

pub struct PixelFormat {
    // some fields omitted
}

Methods

impl PixelFormat
[src]

unsafe fn raw(&self) -> *mut SDL_PixelFormat

impl PixelFormat
[src]

unsafe fn from_ll(raw: *mut SDL_PixelFormat) -> PixelFormat