Struct openvr_sys::Struct_VRTextureBounds_t [] [src]

pub struct Struct_VRTextureBounds_t {
    pub uMin: c_float,
    pub vMin: c_float,
    pub uMax: c_float,
    pub vMax: c_float,
}

Fields

uMin: c_float vMin: c_float uMax: c_float vMax: c_float

Trait Implementations

impl Copy for Struct_VRTextureBounds_t
[src]

impl Clone for Struct_VRTextureBounds_t
[src]

fn clone(&self) -> Self

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Default for Struct_VRTextureBounds_t
[src]

fn default() -> Self

Returns the "default value" for a type. Read more