Enum i_slint_core::items::PointerEventKind
source · #[repr(C)]
pub enum PointerEventKind {
Cancel,
Down,
Up,
}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
source§impl TryFrom<&str> for PointerEventKind
impl TryFrom<&str> for PointerEventKind
impl Copy for PointerEventKind
impl Eq for PointerEventKind
impl StructuralEq for PointerEventKind
impl StructuralPartialEq for PointerEventKind
Auto Trait Implementations§
impl RefUnwindSafe for PointerEventKind
impl Send for PointerEventKind
impl Sync for PointerEventKind
impl Unpin for PointerEventKind
impl UnwindSafe for PointerEventKind
Blanket Implementations§
source§impl<T> IsDefault for Twhere
T: Default + PartialEq<T> + Copy,
impl<T> IsDefault for Twhere
T: Default + PartialEq<T> + Copy,
source§fn is_default(&self) -> bool
fn is_default(&self) -> bool
Checks that type has a default value.