Struct csfml_window_sys::sfJoystickConnectEvent [] [src]

pub struct sfJoystickConnectEvent {
    pub type_: sfEventType,
    pub joystickid: c_uint,
}

Fields

type_: sfEventType joystickid: c_uint

Trait Implementations

impl Copy for sfJoystickConnectEvent
[src]

impl Clone for sfJoystickConnectEvent
[src]

fn clone(&self) -> sfJoystickConnectEvent

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