Struct emscripten_sys::EmscriptenDeviceOrientationEvent [] [src]

#[repr(C)]
pub struct EmscriptenDeviceOrientationEvent { pub timestamp: f64, pub alpha: f64, pub beta: f64, pub gamma: f64, pub absolute: c_int, }

Fields

Trait Implementations

impl Debug for EmscriptenDeviceOrientationEvent
[src]

Formats the value using the given formatter.

impl Copy for EmscriptenDeviceOrientationEvent
[src]

impl Clone for EmscriptenDeviceOrientationEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more