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

pub struct PixelFormat {
    // some fields omitted
}

Methods

impl PixelFormat

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

impl PixelFormat

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