Struct rust_webvr_api::vr_framebuffer::VRViewport
[−]
[src]
pub struct VRViewport {
pub x: i32,
pub y: i32,
pub width: i32,
pub height: i32,
}Fields
x: i32
y: i32
width: i32
height: i32
Methods
impl VRViewport[src]
Trait Implementations
impl Debug for VRViewport[src]
impl Clone for VRViewport[src]
fn clone(&self) -> VRViewport[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more