Struct xcb::xinput::KbdFeedbackCtl
source · pub struct KbdFeedbackCtl { /* private fields */ }
Implementations§
source§impl KbdFeedbackCtl
impl KbdFeedbackCtl
sourcepub fn new(
class_id: FeedbackClass,
feedback_id: u8,
len: u16,
key: KeyCode,
auto_repeat_mode: u8,
key_click_percent: i8,
bell_percent: i8,
bell_pitch: i16,
bell_duration: i16,
led_mask: u32,
led_values: u32,
) -> KbdFeedbackCtl
pub fn new( class_id: FeedbackClass, feedback_id: u8, len: u16, key: KeyCode, auto_repeat_mode: u8, key_click_percent: i8, bell_percent: i8, bell_pitch: i16, bell_duration: i16, led_mask: u32, led_values: u32, ) -> KbdFeedbackCtl
Construct a new KbdFeedbackCtl.
pub fn class_id(&self) -> FeedbackClass
pub fn feedback_id(&self) -> u8
pub fn len(&self) -> u16
pub fn key(&self) -> KeyCode
pub fn auto_repeat_mode(&self) -> u8
pub fn key_click_percent(&self) -> i8
pub fn bell_percent(&self) -> i8
pub fn bell_pitch(&self) -> i16
pub fn bell_duration(&self) -> i16
pub fn led_mask(&self) -> u32
pub fn led_values(&self) -> u32
Trait Implementations§
source§impl Clone for KbdFeedbackCtl
impl Clone for KbdFeedbackCtl
source§fn clone(&self) -> KbdFeedbackCtl
fn clone(&self) -> KbdFeedbackCtl
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for KbdFeedbackCtl
impl Debug for KbdFeedbackCtl
impl Copy for KbdFeedbackCtl
Auto Trait Implementations§
impl Freeze for KbdFeedbackCtl
impl RefUnwindSafe for KbdFeedbackCtl
impl Send for KbdFeedbackCtl
impl Sync for KbdFeedbackCtl
impl Unpin for KbdFeedbackCtl
impl UnwindSafe for KbdFeedbackCtl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)