Struct x11_dl::xinput::XExtensionVersion [] [src]

pub struct XExtensionVersion {
    pub present: c_int,
    pub major_version: c_short,
    pub minor_version: c_short,
}

Fields

Trait Implementations

impl PartialEq for XExtensionVersion
[src]

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

This method tests for !=.

impl Copy for XExtensionVersion
[src]

impl Clone for XExtensionVersion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more