[][src]Struct breadx::display::KbParameters

pub struct KbParameters {
    pub key_click_percent: Option<i32>,
    pub bell_percent: Option<i32>,
    pub bell_pitch: Option<i32>,
    pub bell_duration: Option<i32>,
    pub led: Option<u32>,
    pub led_mode: Option<LedMode>,
    pub key: Option<u32>,
    pub auto_repeat_mode: Option<AutoRepeatMode>,
}

Fields

key_click_percent: Option<i32>bell_percent: Option<i32>bell_pitch: Option<i32>bell_duration: Option<i32>led: Option<u32>led_mode: Option<LedMode>key: Option<u32>auto_repeat_mode: Option<AutoRepeatMode>

Trait Implementations

impl Clone for KbParameters[src]

impl Copy for KbParameters[src]

impl Debug for KbParameters[src]

impl Default for KbParameters[src]

impl Eq for KbParameters[src]

impl PartialEq<KbParameters> for KbParameters[src]

impl StructuralEq for KbParameters[src]

impl StructuralPartialEq for KbParameters[src]

Auto Trait Implementations

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.