Struct x11::xinput2::XIEventMask [] [src]

#[repr(C)]
pub struct XIEventMask { pub deviceid: c_int, pub mask_len: c_int, pub mask: *mut c_uchar, }

Fields

Trait Implementations

impl Debug for XIEventMask
[src]

[src]

Formats the value using the given formatter.

impl Copy for XIEventMask
[src]

impl Clone for XIEventMask
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for XIEventMask
[src]

[src]

Returns the "default value" for a type. Read more