Struct rust_webvr::vr_layer::VRLayer  
                   
                       [−]
                   
               [src]
pub struct VRLayer {
    pub texture_id: u32,
    pub left_bounds: [f32; 4],
    pub right_bounds: [f32; 4],
    pub texture_size: Option<(u32, u32)>,
}Fields
texture_id: u32
                           
                           
                           left_bounds: [f32; 4]
                           
                           
                           right_bounds: [f32; 4]
                           
                           
                           texture_size: Option<(u32, u32)>
                           Trait Implementations
impl Debug for VRLayer[src]
impl Clone for VRLayer[src]
fn clone(&self) -> VRLayer
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