Struct libretro_rs::sys::retro_framebuffer [−][src]
#[repr(C)]pub struct retro_framebuffer {
pub data: *mut c_void,
pub width: c_uint,
pub height: c_uint,
pub pitch: size_t,
pub format: retro_pixel_format,
pub access_flags: c_uint,
pub memory_flags: c_uint,
}Fields
data: *mut c_voidwidth: c_uintheight: c_uintpitch: size_tformat: retro_pixel_formataccess_flags: c_uintmemory_flags: c_uintTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for retro_framebuffer
impl !Send for retro_framebuffer
impl !Sync for retro_framebuffer
impl Unpin for retro_framebuffer
impl UnwindSafe for retro_framebuffer
Blanket Implementations
Mutably borrows from an owned value. Read more