Struct libretro_sys::InputDescriptor[][src]

#[repr(C)]
pub struct InputDescriptor { pub port: c_uint, pub device: c_uint, pub index: c_uint, pub id: c_uint, pub description: *const c_char, }

Fields

Trait Implementations

impl Clone for InputDescriptor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InputDescriptor
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations