Struct libretro_sys::CameraCallback[][src]

#[repr(C)]
pub struct CameraCallback { pub caps: u64, pub width: c_uint, pub height: c_uint, pub start: CameraStartFn, pub stop: CameraStopFn, pub frame_raw_framebuffer: CameraFrameRawFramebufferFn, pub frame_opengl_texture: CameraFrameOpenglTextureFn, pub initialized: CameraLifetimeStatusFn, pub deinitialized: CameraLifetimeStatusFn, }

Fields

Trait Implementations

impl Clone for CameraCallback
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CameraCallback
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations