Struct openvr_sys::VRTextureBounds_t [] [src]

#[repr(C)]
pub struct VRTextureBounds_t { pub uMin: f32, pub vMin: f32, pub uMax: f32, pub vMax: f32, }

Fields

Trait Implementations

impl Debug for VRTextureBounds_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for VRTextureBounds_t
[src]

impl Clone for VRTextureBounds_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more