Struct bgfx_sys::Struct_bgfx_caps_gpu [] [src]

pub struct Struct_bgfx_caps_gpu {
    pub vendorId: uint16_t,
    pub deviceId: uint16_t,
}

Fields

vendorId
deviceId

Trait Implementations

impl Clone for Struct_bgfx_caps_gpu

fn clone(&self) -> Self

fn clone_from(&mut self, source: &Self)

impl Default for Struct_bgfx_caps_gpu

fn default() -> Self

Derived Implementations

impl Copy for Struct_bgfx_caps_gpu