#[repr(C)]pub struct ControllerInfo {
pub types: *const ControllerDescription,
pub num_types: c_uint,
}Fields§
§types: *const ControllerDescription§num_types: c_uintTrait Implementations§
source§impl Clone for ControllerInfo
impl Clone for ControllerInfo
source§fn clone(&self) -> ControllerInfo
fn clone(&self) -> ControllerInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more