Struct csfml_window_sys::sfJoystickIdentification [] [src]

#[repr(C)]
pub struct sfJoystickIdentification { pub name: *const c_char, pub vendorId: c_uint, pub productId: c_uint, }

Fields

Trait Implementations

impl Debug for sfJoystickIdentification
[src]

[src]

Formats the value using the given formatter.

impl Copy for sfJoystickIdentification
[src]

impl Clone for sfJoystickIdentification
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more