Struct libretro_rs::sys::retro_hw_render_callback[][src]

#[repr(C)]
pub struct retro_hw_render_callback { pub context_type: retro_hw_context_type, pub context_reset: retro_hw_context_reset_t, pub get_current_framebuffer: retro_hw_get_current_framebuffer_t, pub get_proc_address: retro_hw_get_proc_address_t, pub depth: bool, pub stencil: bool, pub bottom_left_origin: bool, pub version_major: c_uint, pub version_minor: c_uint, pub cache_context: bool, pub context_destroy: retro_hw_context_reset_t, pub debug_context: bool, }

Fields

context_type: retro_hw_context_typecontext_reset: retro_hw_context_reset_tget_current_framebuffer: retro_hw_get_current_framebuffer_tget_proc_address: retro_hw_get_proc_address_tdepth: boolstencil: boolbottom_left_origin: boolversion_major: c_uintversion_minor: c_uintcache_context: boolcontext_destroy: retro_hw_context_reset_tdebug_context: bool

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.