[−][src]Struct xcb::ffi::xproto::xcb_enter_notify_event_t
the pointer is in a different window
Fields
response_type: u8detail: u8sequence: u16time: xcb_timestamp_troot: xcb_window_tThe root window for the final cursor position.
event: xcb_window_tThe window on which the event was generated.
child: xcb_window_tIf 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: i16The pointer X coordinate relative to root's origin at the time of the event.
root_y: i16The pointer Y coordinate relative to root's origin at the time of the event.
event_x: i16If event is on the same screen as root, this is the pointer X coordinate
relative to the event window's origin.
event_y: i16If event is on the same screen as root, this is the pointer Y coordinate
relative to the event window's origin.
state: u16mode: u8same_screen_focus: u8Trait Implementations
impl Copy for xcb_enter_notify_event_t[src]
impl Clone for xcb_enter_notify_event_t[src]
fn clone(&self) -> xcb_enter_notify_event_t[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Unpin for xcb_enter_notify_event_t
impl Sync for xcb_enter_notify_event_t
impl Send for xcb_enter_notify_event_t
impl UnwindSafe for xcb_enter_notify_event_t
impl RefUnwindSafe for xcb_enter_notify_event_t
Blanket Implementations
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &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, 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.
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,