Struct x11_dl::xlib::_XkbDesc  
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct _XkbDesc { pub dpy: *mut Display, pub flags: c_ushort, pub device_spec: c_ushort, pub min_key_code: KeyCode, pub max_key_code: KeyCode, pub ctrls: XkbControlsPtr, pub server: XkbServerMapPtr, pub map: XkbClientMapPtr, pub indicators: XkbIndicatorPtr, pub names: XkbNamesPtr, pub compat: XkbCompatMapPtr, pub geom: XkbGeometryPtr, }
Fields
dpy: *mut Display
                           
                           
                           
                           flags: c_ushort
                           
                           
                           
                           device_spec: c_ushort
                           
                           
                           
                           min_key_code: KeyCode
                           
                           
                           
                           max_key_code: KeyCode
                           
                           
                           
                           ctrls: XkbControlsPtr
                           
                           
                           
                           server: XkbServerMapPtr
                           
                           
                           
                           map: XkbClientMapPtr
                           
                           
                           
                           indicators: XkbIndicatorPtr
                           
                           
                           
                           names: XkbNamesPtr
                           
                           
                           
                           compat: XkbCompatMapPtr
                           
                           
                           
                           geom: XkbGeometryPtr
                           
            Trait Implementations
impl Debug for _XkbDesc[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for _XkbDesc[src]
fn clone(&self) -> _XkbDesc[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more