Enum sixtyfps_corelib::items::PointerEventKind
source · [−]#[repr(C)]
pub enum PointerEventKind {
cancel,
down,
up,
}
Variants
cancel
down
up
Trait Implementations
type Err = ParseError
type Err = ParseError
The associated error which can be returned from parsing.
type Error = ParseError
type Error = ParseError
The type returned in the event of a conversion error.
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
Mutably borrows from an owned value. Read more