[][src]Struct gen_layouts_sys::DeadKeys

pub struct DeadKeys {
    pub acute_accent_bits: Option<u16>,
    pub deadkey_accute_accent: Option<u16>,
    pub cedilla_bits: Option<u16>,
    pub deadkey_cedilla: Option<u16>,
    pub diaeresis_bits: Option<u16>,
    pub deadkey_diaeresis: Option<u16>,
    pub grave_accent_bits: Option<u16>,
    pub deadkey_grave_accent: Option<u16>,
    pub circumflex_bits: Option<u16>,
    pub deadkey_circumflex: Option<u16>,
    pub tilde_bits: Option<u16>,
    pub deadkey_tilde: Option<u16>,
}

Fields

acute_accent_bits: Option<u16>deadkey_accute_accent: Option<u16>cedilla_bits: Option<u16>deadkey_cedilla: Option<u16>diaeresis_bits: Option<u16>deadkey_diaeresis: Option<u16>grave_accent_bits: Option<u16>deadkey_grave_accent: Option<u16>circumflex_bits: Option<u16>deadkey_circumflex: Option<u16>tilde_bits: Option<u16>deadkey_tilde: Option<u16>

Methods

impl DeadKeys[src]

pub fn new(
    acute_accent_bits: Option<u16>,
    deadkey_accute_accent: Option<u16>,
    cedilla_bits: Option<u16>,
    deadkey_cedilla: Option<u16>,
    diaeresis_bits: Option<u16>,
    deadkey_diaeresis: Option<u16>,
    grave_accent_bits: Option<u16>,
    deadkey_grave_accent: Option<u16>,
    circumflex_bits: Option<u16>,
    deadkey_circumflex: Option<u16>,
    tilde_bits: Option<u16>,
    deadkey_tilde: Option<u16>
) -> DeadKeys
[src]

Auto Trait Implementations

impl Send for DeadKeys

impl Sync for DeadKeys

Blanket Implementations

impl<T> From for T[src]

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

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.