Struct libretro_sys::Framebuffer[][src]

#[repr(C)]
pub struct Framebuffer { pub data: *mut c_void, pub width: c_uint, pub height: c_uint, pub pitch: size_t, pub format: c_uint, pub access_flags: c_uint, pub memory_flags: c_uint, }

Fields

Trait Implementations

impl Clone for Framebuffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Framebuffer
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Framebuffer

impl !Sync for Framebuffer