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

Trait Implementations

impl Debug for XIEventMask
[src]

[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl !Send for XIEventMask

impl !Sync for XIEventMask