Struct libretro_sys::HwRenderInterface[][src]

#[repr(C)]
pub struct HwRenderInterface { pub interface_type: c_uint, pub interface_version: c_uint, }

Fields

Trait Implementations

impl Clone for HwRenderInterface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for HwRenderInterface
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for HwRenderInterface
[src]

impl Debug for HwRenderInterface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations