Struct x11rb::protocol::xkb::MapPart[][src]

pub struct MapPart(_);

Implementations

impl MapPart[src]

pub const KEY_TYPES: Self[src]

pub const KEY_SYMS: Self[src]

pub const MODIFIER_MAP: Self[src]

pub const EXPLICIT_COMPONENTS: Self[src]

pub const KEY_ACTIONS: Self[src]

pub const KEY_BEHAVIORS: Self[src]

pub const VIRTUAL_MODS: Self[src]

pub const VIRTUAL_MOD_MAP: Self[src]

Trait Implementations

impl BitOr<MapPart> for MapPart[src]

type Output = MapPart

The resulting type after applying the | operator.

impl BitOr<u8> for MapPart[src]

type Output = MapPart

The resulting type after applying the | operator.

impl BitOrAssign<u8> for MapPart[src]

impl Clone for MapPart[src]

impl Copy for MapPart[src]

impl Debug for MapPart[src]

impl Eq for MapPart[src]

impl From<u8> for MapPart[src]

impl PartialEq<MapPart> for MapPart[src]

impl StructuralEq for MapPart[src]

impl StructuralPartialEq for MapPart[src]

Auto Trait Implementations

impl RefUnwindSafe for MapPart

impl Send for MapPart

impl Sync for MapPart

impl Unpin for MapPart

impl UnwindSafe for MapPart

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.