Struct xcb::ffi::xkb::xcb_xkb_get_named_indicator_reply_t
[−]
[src]
#[repr(C)]pub struct xcb_xkb_get_named_indicator_reply_t { pub response_type: u8, pub deviceID: u8, pub sequence: u16, pub length: u32, pub indicator: xcb_atom_t, pub found: u8, pub on: u8, pub realIndicator: u8, pub ndx: u8, pub map_flags: u8, pub map_whichGroups: u8, pub map_groups: u8, pub map_whichMods: u8, pub map_mods: u8, pub map_realMods: u8, pub map_vmod: u16, pub map_ctrls: u32, pub supported: u8, pub pad0: [u8; 3], }
Fields
response_type: u8
deviceID: u8
sequence: u16
length: u32
indicator: xcb_atom_t
found: u8
on: u8
realIndicator: u8
ndx: u8
map_flags: u8
map_whichGroups: u8
map_groups: u8
map_whichMods: u8
map_mods: u8
map_realMods: u8
map_vmod: u16
map_ctrls: u32
supported: u8
pad0: [u8; 3]
Trait Implementations
impl Copy for xcb_xkb_get_named_indicator_reply_t
[src]
impl Clone for xcb_xkb_get_named_indicator_reply_t
[src]
fn clone(&self) -> xcb_xkb_get_named_indicator_reply_t
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