Enum sixtyfps_corelib::items::PointerEventButton [−][src]
#[repr(C)]
pub enum PointerEventButton {
none,
left,
right,
middle,
}
Variants
Trait Implementations
type Err = ParseError
type Err = ParseError
The associated error which can be returned from parsing.
Auto Trait Implementations
impl RefUnwindSafe for PointerEventButton
impl Send for PointerEventButton
impl Sync for PointerEventButton
impl Unpin for PointerEventButton
impl UnwindSafe for PointerEventButton
Blanket Implementations
Mutably borrows from an owned value. Read more