Struct emscripten_sys::EmscriptenOrientationChangeEvent
[−]
[src]
#[repr(C)]pub struct EmscriptenOrientationChangeEvent { pub orientationIndex: c_int, pub orientationAngle: c_int, }
Fields
orientationIndex: c_int
orientationAngle: c_int
Trait Implementations
impl Debug for EmscriptenOrientationChangeEvent
[src]
impl Copy for EmscriptenOrientationChangeEvent
[src]
impl Clone for EmscriptenOrientationChangeEvent
[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