Struct libretro_sys::ControllerDescription[][src]

#[repr(C)]
pub struct ControllerDescription { pub desc: *const c_char, pub id: c_uint, }

Fields

Trait Implementations

impl Clone for ControllerDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ControllerDescription
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations