Struct xcb::ffi::xproto::xcb_enter_notify_event_t [−][src]
the pointer is in a different window
Fields
response_type: u8
detail: u8
sequence: u16
time: xcb_timestamp_t
root: xcb_window_t
The root window for the final cursor position.
event: xcb_window_t
The window on which the event was generated.
child: xcb_window_t
If the event
window has subwindows and the final pointer position is in one
of them, then child
is set to that subwindow, XCB_WINDOW_NONE
otherwise.
root_x: i16
The pointer X coordinate relative to root
’s origin at the time of the event.
root_y: i16
The pointer Y coordinate relative to root
’s origin at the time of the event.
event_x: i16
If event
is on the same screen as root
, this is the pointer X coordinate
relative to the event window’s origin.
event_y: i16
If event
is on the same screen as root
, this is the pointer Y coordinate
relative to the event window’s origin.
state: u16
mode: u8
same_screen_focus: u8
Trait Implementations
impl Clone for xcb_enter_notify_event_t
[src]
fn clone(&self) -> xcb_enter_notify_event_t
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for xcb_enter_notify_event_t
[src]
Auto Trait Implementations
impl RefUnwindSafe for xcb_enter_notify_event_t
impl Send for xcb_enter_notify_event_t
impl Sync for xcb_enter_notify_event_t
impl Unpin for xcb_enter_notify_event_t
impl UnwindSafe for xcb_enter_notify_event_t
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,