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
present: c_int
major_version: c_short
minor_version: c_short
Trait Implementations
impl Debug for XExtensionVersion[src]
impl Debug for XExtensionVersionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XExtensionVersion[src]
impl Clone for XExtensionVersionfn clone(&self) -> XExtensionVersion[src]
fn clone(&self) -> XExtensionVersionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XExtensionVersion[src]
impl Copy for XExtensionVersionimpl PartialEq for XExtensionVersion[src]
impl PartialEq for XExtensionVersionfn eq(&self, other: &XExtensionVersion) -> bool[src]
fn eq(&self, other: &XExtensionVersion) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XExtensionVersion) -> bool[src]
fn ne(&self, other: &XExtensionVersion) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for XExtensionVersion
impl Send for XExtensionVersionimpl Sync for XExtensionVersion
impl Sync for XExtensionVersion