Struct x11_dl::xinput2::Struct_Unnamed8 [] [src]

pub struct Struct_Unnamed8 {
    pub mask_len: c_int,
    pub mask: *mut c_uchar,
    pub values: *mut c_double,
}

Fields

mask_len
mask
values

Trait Implementations

impl Clone for Struct_Unnamed8

fn clone(&self) -> Self

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

impl Default for Struct_Unnamed8

fn default() -> Self

Derived Implementations

impl Copy for Struct_Unnamed8