Struct x11_dl::xinput2::Struct_Unnamed9 [] [src]

pub struct Struct_Unnamed9 {
    pub deviceid: c_int,
    pub mask_len: c_int,
    pub mask: *mut c_uchar,
}

Fields

deviceid
mask_len
mask

Trait Implementations

impl Clone for Struct_Unnamed9

fn clone(&self) -> Self

1.0.0fn clone_from(&mut self, source: &Self)

impl Default for Struct_Unnamed9

fn default() -> Self

Derived Implementations

impl Copy for Struct_Unnamed9