Struct xcb::ffi::xkb::xcb_xkb_indicator_map_t [] [src]

#[repr(C)]
pub struct xcb_xkb_indicator_map_t { pub flags: u8, pub whichGroups: u8, pub groups: u8, pub whichMods: u8, pub mods: u8, pub realMods: u8, pub vmods: u16, pub ctrls: u32, }

Fields

Trait Implementations

impl Copy for xcb_xkb_indicator_map_t
[src]

impl Clone for xcb_xkb_indicator_map_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more