Struct x11_dl::xinput2::Struct_Unnamed1 [] [src]

pub struct Struct_Unnamed1 {
    pub _type: c_int,
    pub name: *mut c_char,
    pub send_core: c_int,
    pub enable: c_int,
}

Fields

_type
name
send_core
enable

Trait Implementations

impl Clone for Struct_Unnamed1

fn clone(&self) -> Self

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

impl Default for Struct_Unnamed1

fn default() -> Self

Derived Implementations

impl Copy for Struct_Unnamed1