Struct xcb::xinput::KbdFeedbackState
source · pub struct KbdFeedbackState { /* private fields */ }
Implementations§
source§impl KbdFeedbackState
impl KbdFeedbackState
sourcepub fn new(
class_id: FeedbackClass,
feedback_id: u8,
len: u16,
pitch: u16,
duration: u16,
led_mask: u32,
led_values: u32,
global_auto_repeat: bool,
click: u8,
percent: u8,
auto_repeats: &[u8; 32],
) -> KbdFeedbackState
pub fn new( class_id: FeedbackClass, feedback_id: u8, len: u16, pitch: u16, duration: u16, led_mask: u32, led_values: u32, global_auto_repeat: bool, click: u8, percent: u8, auto_repeats: &[u8; 32], ) -> KbdFeedbackState
Construct a new KbdFeedbackState.
pub fn class_id(&self) -> FeedbackClass
pub fn feedback_id(&self) -> u8
pub fn len(&self) -> u16
pub fn pitch(&self) -> u16
pub fn duration(&self) -> u16
pub fn led_mask(&self) -> u32
pub fn led_values(&self) -> u32
pub fn global_auto_repeat(&self) -> bool
pub fn click(&self) -> u8
pub fn percent(&self) -> u8
pub fn auto_repeats(&self) -> &[u8; 32]
Trait Implementations§
source§impl Clone for KbdFeedbackState
impl Clone for KbdFeedbackState
source§fn clone(&self) -> KbdFeedbackState
fn clone(&self) -> KbdFeedbackState
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 KbdFeedbackState
impl Debug for KbdFeedbackState
impl Copy for KbdFeedbackState
Auto Trait Implementations§
impl Freeze for KbdFeedbackState
impl RefUnwindSafe for KbdFeedbackState
impl Send for KbdFeedbackState
impl Sync for KbdFeedbackState
impl Unpin for KbdFeedbackState
impl UnwindSafe for KbdFeedbackState
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
)