Struct x11_dl::xinput2::XIButtonClassInfo [−][src]
#[repr(C)]pub struct XIButtonClassInfo { pub _type: c_int, pub sourceid: c_int, pub num_buttons: c_int, pub labels: *mut Atom, pub state: XIButtonState, }
Fields
_type: c_int
sourceid: c_int
labels: *mut Atom
state: XIButtonState
Trait Implementations
impl Debug for XIButtonClassInfo[src]
impl Debug for XIButtonClassInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for XIButtonClassInfo[src]
impl Copy for XIButtonClassInfoimpl Clone for XIButtonClassInfo[src]
impl Clone for XIButtonClassInfofn clone(&self) -> Self[src]
fn clone(&self) -> SelfReturns 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 Default for XIButtonClassInfo[src]
impl Default for XIButtonClassInfoAuto Trait Implementations
impl !Send for XIButtonClassInfo
impl !Send for XIButtonClassInfoimpl !Sync for XIButtonClassInfo
impl !Sync for XIButtonClassInfo