Struct xcb::xkb::IndicatorMap[][src]

pub struct IndicatorMap {
    pub base: xcb_xkb_indicator_map_t,
}

Fields

base: xcb_xkb_indicator_map_t

Implementations

impl IndicatorMap[src]

pub fn new(
    flags: u8,
    which_groups: u8,
    groups: u8,
    which_mods: u8,
    mods: u8,
    real_mods: u8,
    vmods: u16,
    ctrls: u32
) -> IndicatorMap
[src]

pub fn flags(&self) -> u8[src]

pub fn which_groups(&self) -> u8[src]

pub fn groups(&self) -> u8[src]

pub fn which_mods(&self) -> u8[src]

pub fn mods(&self) -> u8[src]

pub fn real_mods(&self) -> u8[src]

pub fn vmods(&self) -> u16[src]

pub fn ctrls(&self) -> u32[src]

Trait Implementations

impl Clone for IndicatorMap[src]

impl Copy for IndicatorMap[src]

Auto Trait Implementations

impl RefUnwindSafe for IndicatorMap

impl Send for IndicatorMap

impl Sync for IndicatorMap

impl Unpin for IndicatorMap

impl UnwindSafe for IndicatorMap

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.