Struct apollo_hyper_libretro_sys::Framebuffer
source · #[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§
§data: *mut c_void§width: c_uint§height: c_uint§pitch: size_t§format: c_uint§access_flags: c_uint§memory_flags: c_uintTrait Implementations§
source§impl Clone for Framebuffer
impl Clone for Framebuffer
source§fn clone(&self) -> Framebuffer
fn clone(&self) -> Framebuffer
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more