Struct bgfx_sys::Struct_bgfx_hmd [] [src]

pub struct Struct_bgfx_hmd {
    pub eye: [bgfx_hmd_eye_t; 2usize],
    pub width: uint16_t,
    pub height: uint16_t,
    pub deviceWidth: uint32_t,
    pub deviceHeight: uint32_t,
    pub flags: uint8_t,
}

Fields

eye
width
height
deviceWidth
deviceHeight
flags

Trait Implementations

impl Clone for Struct_bgfx_hmd

fn clone(&self) -> Self

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

impl Default for Struct_bgfx_hmd

fn default() -> Self

Derived Implementations

impl Copy for Struct_bgfx_hmd