Struct xcb::xkb::AccessXNotifyEvent
source · pub struct AccessXNotifyEvent { /* private fields */ }
Expand description
The AccessXNotifyEvent
event.
Implementations§
source§impl AccessXNotifyEvent
impl AccessXNotifyEvent
pub fn new( event_base: u8, xkb_type: u8, time: Timestamp, device_id: u8, keycode: Keycode, detailt: AxnDetail, slow_keys_delay: u16, debounce_delay: u16, ) -> AccessXNotifyEvent
pub fn response_type(&self) -> u8
pub fn xkb_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn time(&self) -> Timestamp
pub fn device_id(&self) -> u8
pub fn keycode(&self) -> Keycode
pub fn detailt(&self) -> AxnDetail
pub fn slow_keys_delay(&self) -> u16
pub fn debounce_delay(&self) -> u16
Trait Implementations§
source§impl BaseEvent for AccessXNotifyEvent
impl BaseEvent for AccessXNotifyEvent
source§impl Debug for AccessXNotifyEvent
impl Debug for AccessXNotifyEvent
source§impl Drop for AccessXNotifyEvent
impl Drop for AccessXNotifyEvent
source§impl Raw<xcb_generic_event_t> for AccessXNotifyEvent
impl Raw<xcb_generic_event_t> for AccessXNotifyEvent
impl Send for AccessXNotifyEvent
impl Sync for AccessXNotifyEvent
Auto Trait Implementations§
impl Freeze for AccessXNotifyEvent
impl RefUnwindSafe for AccessXNotifyEvent
impl Unpin for AccessXNotifyEvent
impl UnwindSafe for AccessXNotifyEvent
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