Struct xcb::x::FocusInEvent
source · pub struct FocusInEvent { /* private fields */ }
Expand description
NOT YET DOCUMENTED
Implementations§
source§impl FocusInEvent
impl FocusInEvent
pub fn new( detail: NotifyDetail, event: Window, mode: NotifyMode, ) -> FocusInEvent
pub fn response_type(&self) -> u8
sourcepub fn detail(&self) -> NotifyDetail
pub fn detail(&self) -> NotifyDetail
pub fn sequence(&self) -> u16
sourcepub fn event(&self) -> Window
pub fn event(&self) -> Window
The window on which the focus event was generated. This is the window used by the X server to report the event.
sourcepub fn mode(&self) -> NotifyMode
pub fn mode(&self) -> NotifyMode
Trait Implementations§
source§impl BaseEvent for FocusInEvent
impl BaseEvent for FocusInEvent
source§impl Debug for FocusInEvent
impl Debug for FocusInEvent
source§impl Drop for FocusInEvent
impl Drop for FocusInEvent
source§impl Raw<xcb_generic_event_t> for FocusInEvent
impl Raw<xcb_generic_event_t> for FocusInEvent
impl Send for FocusInEvent
impl Sync for FocusInEvent
Auto Trait Implementations§
impl Freeze for FocusInEvent
impl RefUnwindSafe for FocusInEvent
impl Unpin for FocusInEvent
impl UnwindSafe for FocusInEvent
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