Struct csfml_window_sys::sfSensorEvent [] [src]

#[repr(C)]
pub struct sfSensorEvent { pub type_: sfEventType, pub sensorType: sfSensorType, pub x: f32, pub y: f32, pub z: f32, }

Fields

Trait Implementations

impl Debug for sfSensorEvent
[src]

Formats the value using the given formatter.

impl Copy for sfSensorEvent
[src]

impl Clone for sfSensorEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more