Struct libretro_sys::ControllerInfo[][src]

#[repr(C)]
pub struct ControllerInfo { pub types: *const ControllerDescription, pub num_types: c_uint, }

Fields

Trait Implementations

impl Clone for ControllerInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ControllerInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations