Struct emscripten_sys::WebVRIntRect [] [src]

#[repr(C)]
pub struct WebVRIntRect { pub x: i32, pub y: i32, pub width: u32, pub height: u32, }

Fields

Trait Implementations

impl Debug for WebVRIntRect
[src]

Formats the value using the given formatter.

impl Copy for WebVRIntRect
[src]

impl Clone for WebVRIntRect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more