Struct rust_webvr::vr_framebuffer::VRFramebuffer  
                   
                       [−]
                   
               [src]
pub struct VRFramebuffer {
    pub id: u32,
    pub attributes: VRFramebufferAttributes,
    pub viewport: VRViewport,
}Fields
id: u32
                           
                           
                           attributes: VRFramebufferAttributes
                           
                           
                           viewport: VRViewport
                           Trait Implementations
impl Debug for VRFramebuffer[src]
impl Clone for VRFramebuffer[src]
fn clone(&self) -> VRFramebuffer
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more