#[repr(C)]pub struct ControllerDescription {
pub desc: *const c_char,
pub id: c_uint,
}Fields§
§desc: *const c_char§id: c_uintTrait Implementations§
source§impl Clone for ControllerDescription
impl Clone for ControllerDescription
source§fn clone(&self) -> ControllerDescription
fn clone(&self) -> ControllerDescription
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