#[repr(C)]
pub struct XKeyboardState { pub key_click_percent: c_int, pub bell_percent: c_int, pub bell_pitch: c_uint, pub bell_duration: c_uint, pub led_mask: c_ulong, pub global_auto_repeat: c_int, pub auto_repeats: [c_char; 32], }

Fields

key_click_percent: c_intbell_percent: c_intbell_pitch: c_uintbell_duration: c_uintled_mask: c_ulongglobal_auto_repeat: c_intauto_repeats: [c_char; 32]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.