Struct x11_dl::xinput::XInputClassInfo [] [src]

#[repr(C)]
pub struct XInputClassInfo { pub input_class: c_uchar, pub event_type_base: c_uchar, }

Fields

Trait Implementations

impl Clone for XInputClassInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XInputClassInfo
[src]

impl PartialEq for XInputClassInfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.