Struct rust_webvr_api::vr_framebuffer::VRViewport [] [src]

pub struct VRViewport {
    pub x: i32,
    pub y: i32,
    pub width: i32,
    pub height: i32,
}

Fields

Methods

impl VRViewport
[src]

[src]

Trait Implementations

impl Debug for VRViewport
[src]

[src]

Formats the value using the given formatter.

impl Clone for VRViewport
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more