Struct x11_dl::xinput2::XIEventMask [−][src]
#[repr(C)]pub struct XIEventMask { pub deviceid: c_int, pub mask_len: c_int, pub mask: *mut c_uchar, }
Fields
deviceid: c_int
mask_len: c_int
mask: *mut c_uchar
Trait Implementations
impl Debug for XIEventMask[src]
impl Debug for XIEventMaskfn 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 XIEventMask[src]
impl Copy for XIEventMaskimpl Clone for XIEventMask[src]
impl Clone for XIEventMaskfn 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 XIEventMask[src]
impl Default for XIEventMaskAuto Trait Implementations
impl !Send for XIEventMask
impl !Send for XIEventMaskimpl !Sync for XIEventMask
impl !Sync for XIEventMask