Struct libxdo_sys::Struct_xdo [] [src]

pub struct Struct_xdo {
    pub xdpy: *mut Display,
    pub display_name: *mut c_char,
    pub charcodes: *mut charcodemap_t,
    pub charcodes_len: c_int,
    pub keycode_high: c_int,
    pub keycode_low: c_int,
    pub keysyms_per_keycode: c_int,
    pub close_display_when_freed: c_int,
    pub quiet: c_int,
    pub debug: c_int,
    pub features_mask: c_int,
}

Fields

xdpy: *mut Display display_name: *mut c_char charcodes: *mut charcodemap_t charcodes_len: c_int keycode_high: c_int keycode_low: c_int keysyms_per_keycode: c_int close_display_when_freed: c_int quiet: c_int debug: c_int features_mask: c_int

Trait Implementations

impl Copy for Struct_xdo
[src]

impl Clone for Struct_xdo
[src]

fn clone(&self) -> Self

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Default for Struct_xdo
[src]

fn default() -> Self

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