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 |
pub struct Struct_bgfx_caps_gpu { pub vendorId: uint16_t, pub deviceId: uint16_t, }
vendorId | |
deviceId |
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
impl Copy for Struct_bgfx_caps_gpu