Type Definition xcb::xkb::SetKeyType [−][src]
type SetKeyType<'a> = StructPtr<'a, xcb_xkb_set_key_type_t>;
Implementations
impl<'a> SetKeyType<'a>
[src]
pub fn mask(&self) -> u8
[src]
pub fn real_mods(&self) -> u8
[src]
pub fn virtual_mods(&self) -> u16
[src]
pub fn num_levels(&self) -> u8
[src]
pub fn n_map_entries(&self) -> u8
[src]
pub fn preserve(&self) -> bool
[src]
pub fn entries(&self) -> KtSetMapEntryIteratorⓘNotable traits for KtSetMapEntryIterator
impl Iterator for KtSetMapEntryIterator type Item = KtSetMapEntry;
[src]
Notable traits for KtSetMapEntryIterator
impl Iterator for KtSetMapEntryIterator type Item = KtSetMapEntry;
pub fn preserve_entries(&self) -> KtSetMapEntryIteratorⓘNotable traits for KtSetMapEntryIterator
impl Iterator for KtSetMapEntryIterator type Item = KtSetMapEntry;
[src]
Notable traits for KtSetMapEntryIterator
impl Iterator for KtSetMapEntryIterator type Item = KtSetMapEntry;