Struct gdk::EventMotion

source ·
pub struct EventMotion(_);

Implementations§

source§

impl EventMotion

source

pub fn position(&self) -> (f64, f64)

source

pub fn state(&self) -> ModifierType

source

pub fn time(&self) -> u32

source

pub fn request_motions(&self)

source

pub fn device(&self) -> Option<Device>

source

pub fn axes(&self) -> Option<(f64, f64)>

source

pub fn root(&self) -> (f64, f64)

source

pub fn is_hint(&self) -> bool

Methods from Deref<Target = Event>§

source

pub fn as_ptr(&self) -> *mut GdkEvent

Return the inner pointer to the underlying C value.

source

pub fn put(&self)

source

pub fn axis(&self, axis_use: AxisUse) -> Option<f64>

source

pub fn button(&self) -> Option<u32>

source

pub fn click_count(&self) -> Option<u32>

source

pub fn coords(&self) -> Option<(f64, f64)>

source

pub fn keycode(&self) -> Option<u16>

source

pub fn keyval(&self) -> Option<u32>

source

pub fn root_coords(&self) -> Option<(f64, f64)>

source

pub fn scroll_direction(&self) -> Option<ScrollDirection>

source

pub fn scroll_deltas(&self) -> Option<(f64, f64)>

source

pub fn is_scroll_stop_event(&self) -> bool

source

pub fn state(&self) -> Option<ModifierType>

source

pub fn time(&self) -> u32

source

pub fn window(&self) -> Option<Window>

Returns the associated Window if applicable.

source

pub fn event_sequence(&self) -> Option<EventSequence>

source

pub fn triggers_context_menu(&self) -> bool

source

pub fn seat(&self) -> Option<Seat>

source

pub fn scancode(&self) -> i32

source

pub fn is_pointer_emulated(&self) -> bool

source

pub fn set_screen(&mut self, screen: Option<&Screen>)

source

pub fn screen(&self) -> Option<Screen>

source

pub fn set_device(&mut self, device: Option<&Device>)

source

pub fn device(&self) -> Option<Device>

source

pub fn set_source_device(&mut self, device: Option<&Device>)

source

pub fn source_device(&self) -> Option<Device>

source

pub fn set_device_tool(&mut self, device: Option<&DeviceTool>)

source

pub fn device_tool(&self) -> Option<DeviceTool>

source

pub fn event_type(&self) -> EventType

Returns the event type.

source

pub fn is_send_event(&self) -> bool

Returns whether the event was sent explicitly.

source

pub fn is<T: FromEvent>(&self) -> bool

Returns true if the event type matches T.

source

pub fn downcast_ref<T: FromEvent>(&self) -> Option<&T>

Tries to downcast to a specific event type.

source

pub fn downcast_mut<T: FromEvent>(&mut self) -> Option<&mut T>

Tries to downcast to a specific event type.

Trait Implementations§

source§

impl AsMut<GdkEventMotion> for EventMotion

source§

fn as_mut(&mut self) -> &mut GdkEventMotion

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsRef<GdkEventMotion> for EventMotion

source§

fn as_ref(&self) -> &GdkEventMotion

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl Clone for EventMotion

source§

fn clone(&self) -> EventMotion

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for EventMotion

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Deref for EventMotion

§

type Target = Event

The resulting type after dereferencing.
source§

fn deref(&self) -> &Event

Dereferences the value.
source§

impl DerefMut for EventMotion

source§

fn deref_mut(&mut self) -> &mut Event

Mutably dereferences the value.
source§

impl FromEvent for EventMotion

source§

fn is(ev: &Event) -> bool

source§

fn from(ev: Event) -> Result<Self, Event>

source§

impl FromGlibPtrBorrow<*mut GdkEventMotion> for EventMotion

source§

impl FromGlibPtrFull<*mut GdkEventMotion> for EventMotion

source§

impl FromGlibPtrNone<*mut GdkEventMotion> for EventMotion

source§

impl Hash for EventMotion

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for EventMotion

source§

fn cmp(&self, other: &EventMotion) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

Restrict a value to a certain interval. Read more
source§

impl PartialEq<EventMotion> for EventMotion

source§

fn eq(&self, other: &EventMotion) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd<EventMotion> for EventMotion

source§

fn partial_cmp(&self, other: &EventMotion) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl<'a> ToGlibPtr<'a, *const GdkEventMotion> for EventMotion

§

type Storage = &'a EventMotion

source§

fn to_glib_none(&'a self) -> Stash<'a, *const GdkEventMotion, Self>

Transfer: none. Read more
source§

fn to_glib_container(&'a self) -> Stash<'a, P, Self>

Transfer: container. Read more
source§

fn to_glib_full(&self) -> P

Transfer: full. Read more
source§

impl<'a> ToGlibPtrMut<'a, *mut GdkEventMotion> for EventMotion

§

type Storage = &'a mut EventMotion

source§

fn to_glib_none_mut(&'a mut self) -> StashMut<'a, *mut GdkEventMotion, Self>

Transfer: none. Read more
source§

impl Eq for EventMotion

source§

impl StructuralEq for EventMotion

source§

impl StructuralPartialEq for EventMotion

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.