Struct x11::xinput::XExtensionVersion
[−]
[src]
#[repr(C)]pub struct XExtensionVersion { pub present: c_int, pub major_version: c_short, pub minor_version: c_short, }
Fields
present: c_int
major_version: c_short
minor_version: c_short
Trait Implementations
impl Clone for XExtensionVersion
[src]
fn clone(&self) -> XExtensionVersion
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Copy for XExtensionVersion
[src]
impl PartialEq for XExtensionVersion
[src]
fn eq(&self, __arg_0: &XExtensionVersion) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &XExtensionVersion) -> bool
This method tests for !=
.