Struct x11::xinput2::XIButtonClassInfo[][src]

#[repr(C)]
pub struct XIButtonClassInfo { pub _type: c_int, pub sourceid: c_int, pub num_buttons: c_int, pub labels: *mut Atom, pub state: XIButtonState, }

Fields

Trait Implementations

impl Debug for XIButtonClassInfo
[src]

Formats the value using the given formatter. Read more

impl Copy for XIButtonClassInfo
[src]

impl Clone for XIButtonClassInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for XIButtonClassInfo
[src]

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

Auto Trait Implementations