#[repr(C)]pub struct HwRenderInterface {
pub interface_type: c_uint,
pub interface_version: c_uint,
}Fields§
§interface_type: c_uint§interface_version: c_uintTrait Implementations§
source§impl Clone for HwRenderInterface
impl Clone for HwRenderInterface
source§fn clone(&self) -> HwRenderInterface
fn clone(&self) -> HwRenderInterface
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 moresource§impl Debug for HwRenderInterface
impl Debug for HwRenderInterface
source§impl PartialEq<HwRenderInterface> for HwRenderInterface
impl PartialEq<HwRenderInterface> for HwRenderInterface
source§fn eq(&self, other: &HwRenderInterface) -> bool
fn eq(&self, other: &HwRenderInterface) -> bool
This method tests for
self and other values to be equal, and is used
by ==.