Struct rust_webvr_api::vr_framebuffer::VRFramebuffer [] [src]

pub struct VRFramebuffer {
    pub eye_index: u32,
    pub attributes: VRFramebufferAttributes,
    pub viewport: VRViewport,
}

Fields

Trait Implementations

impl Debug for VRFramebuffer
[src]

[src]

Formats the value using the given formatter.

impl Clone for VRFramebuffer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more