Struct emscripten_sys::WebVRIntRect
[−]
[src]
#[repr(C)]pub struct WebVRIntRect { pub x: i32, pub y: i32, pub width: u32, pub height: u32, }
Fields
x: i32
y: i32
width: u32
height: u32
Trait Implementations
impl Debug for WebVRIntRect
[src]
impl Copy for WebVRIntRect
[src]
impl Clone for WebVRIntRect
[src]
fn clone(&self) -> Self
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