Enum xkbcommon::xkb::x11::ffi::xkb_x11_setup_xkb_extension_flags[][src]

#[repr(C)]pub enum xkb_x11_setup_xkb_extension_flags {
    NO_FLAGS,
}

Variants

NO_FLAGS

Do not apply any flags.

Auto Trait Implementations

impl RefUnwindSafe for xkb_x11_setup_xkb_extension_flags

impl Send for xkb_x11_setup_xkb_extension_flags

impl Sync for xkb_x11_setup_xkb_extension_flags

impl Unpin for xkb_x11_setup_xkb_extension_flags

impl UnwindSafe for xkb_x11_setup_xkb_extension_flags

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, 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.