Struct x11::xinput2::XIKeyClassInfo [] [src]

#[repr(C)]
pub struct XIKeyClassInfo { pub _type: c_int, pub sourceid: c_int, pub num_keycodes: c_int, pub keycodes: *mut c_int, }

Fields

Trait Implementations

impl Debug for XIKeyClassInfo
[src]

[src]

Formats the value using the given formatter.

impl Copy for XIKeyClassInfo
[src]

impl Clone for XIKeyClassInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for XIKeyClassInfo
[src]

[src]

Returns the "default value" for a type. Read more