Struct breadx::auto::xinput::FeedbackCtl[][src]

pub struct FeedbackCtl {
Show fields pub class_id: FeedbackClass, pub feedback_id: u8, pub len: u16, pub key: KeyCode, pub auto_repeat_mode: u8, pub key_click_percent: i8, pub bell_percent: i8, pub bell_pitch: i16, pub bell_duration: i16, pub led_mask: u32, pub led_values: u32, pub num: i16, pub denom: i16, pub threshold: i16, pub keysyms: Vec<Keysym>, pub int_to_display: i32, pub led_mask_: u32, pub led_values_: u32, pub percent: i8, pub pitch: i16, pub duration: i16,
}

Fields

class_id: FeedbackClassfeedback_id: u8len: u16key: KeyCodeauto_repeat_mode: u8key_click_percent: i8bell_percent: i8bell_pitch: i16bell_duration: i16led_mask: u32led_values: u32num: i16denom: i16threshold: i16keysyms: Vec<Keysym>int_to_display: i32led_mask_: u32led_values_: u32percent: i8pitch: i16duration: i16

Trait Implementations

Append this item to a sequence of bytes.

Convert a sequence of bytes into this item.

Get the size needed to store this item in terms of bytes. Higher is better than lower here, since this is mostly used to allocate buffers for items. Read more

If this item has any file descriptors stored within, this function returns them.

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. 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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

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

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.