Enum i_slint_core::items::PointerEventKind
source · #[repr(C)]
pub enum PointerEventKind {
Cancel,
Down,
Up,
}Expand description
The enum reports what happened to the PointerEventButton in the event
Variants§
Trait Implementations§
source§impl Clone for PointerEventKind
impl Clone for PointerEventKind
source§fn clone(&self) -> PointerEventKind
fn clone(&self) -> PointerEventKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for PointerEventKind
impl Debug for PointerEventKind
source§impl Default for PointerEventKind
impl Default for PointerEventKind
source§impl Display for PointerEventKind
impl Display for PointerEventKind
source§impl FromStr for PointerEventKind
impl FromStr for PointerEventKind
source§impl Hash for PointerEventKind
impl Hash for PointerEventKind
source§impl PartialEq<PointerEventKind> for PointerEventKind
impl PartialEq<PointerEventKind> for PointerEventKind
source§fn eq(&self, other: &PointerEventKind) -> bool
fn eq(&self, other: &PointerEventKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.