Struct rust_webvr::vr_framebuffer::VRFramebufferAttributes [] [src]

pub struct VRFramebufferAttributes {
    pub multiview: bool,
    pub depth: bool,
    pub multisampling: bool,
}

Fields

Trait Implementations

impl Debug for VRFramebufferAttributes
[src]

Formats the value using the given formatter.

impl Copy for VRFramebufferAttributes
[src]

impl Clone for VRFramebufferAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VRFramebufferAttributes
[src]

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