Struct csfml_window_sys::sfJoystickConnectEvent [] [src]

#[repr(C)]
pub struct sfJoystickConnectEvent { pub type_: sfEventType, pub joystickId: c_uint, }

Fields

Trait Implementations

impl Debug for sfJoystickConnectEvent
[src]

Formats the value using the given formatter.

impl Copy for sfJoystickConnectEvent
[src]

impl Clone for sfJoystickConnectEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more