Struct xcb::xinput::DeviceFocusInEvent
source · pub struct DeviceFocusInEvent { /* private fields */ }
Expand description
The DeviceFocusInEvent
event.
Implementations§
source§impl DeviceFocusInEvent
impl DeviceFocusInEvent
pub fn new( event_base: u8, detail: NotifyDetail, time: Timestamp, window: Window, mode: NotifyMode, device_id: u8, ) -> DeviceFocusInEvent
pub fn response_type(&self) -> u8
pub fn detail(&self) -> NotifyDetail
pub fn sequence(&self) -> u16
pub fn time(&self) -> Timestamp
pub fn window(&self) -> Window
pub fn mode(&self) -> NotifyMode
pub fn device_id(&self) -> u8
Trait Implementations§
source§impl BaseEvent for DeviceFocusInEvent
impl BaseEvent for DeviceFocusInEvent
source§impl Debug for DeviceFocusInEvent
impl Debug for DeviceFocusInEvent
source§impl Drop for DeviceFocusInEvent
impl Drop for DeviceFocusInEvent
source§impl Raw<xcb_generic_event_t> for DeviceFocusInEvent
impl Raw<xcb_generic_event_t> for DeviceFocusInEvent
impl Send for DeviceFocusInEvent
impl Sync for DeviceFocusInEvent
Auto Trait Implementations§
impl Freeze for DeviceFocusInEvent
impl RefUnwindSafe for DeviceFocusInEvent
impl Unpin for DeviceFocusInEvent
impl UnwindSafe for DeviceFocusInEvent
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