Fields
desc: *const c_charHuman-readable description of the controller. Even if using a generic input device type, this can be set to the particular device type the core uses.
id: c_uintDevice type passed to retro_set_controller_port_device(). If the device type is a sub-class of a generic input device type, use the RETRO_DEVICE_SUBCLASS macro to create an ID.
E.g. RETRO_DEVICE_SUBCLASS(RETRO_DEVICE_JOYPAD, 1).
Trait Implementations
Auto Trait Implementations
impl !Send for retro_controller_description
impl !Sync for retro_controller_description
impl Unpin for retro_controller_description
impl UnwindSafe for retro_controller_description
Blanket Implementations
Mutably borrows from an owned value. Read more
