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
timestamp: f64
alpha: f64
beta: f64
gamma: f64
absolute: c_int
Trait Implementations
impl Debug for EmscriptenDeviceOrientationEvent
[src]
impl Copy for EmscriptenDeviceOrientationEvent
[src]
impl Clone for EmscriptenDeviceOrientationEvent
[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