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

#[repr(C)]
pub struct XExtensionVersion { pub present: c_int, pub major_version: c_short, pub minor_version: c_short, }

Fields

Trait Implementations

impl Clone for XExtensionVersion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XExtensionVersion
[src]

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 !=.