Enum hookmap_core::common::button::ButtonKind [−][src]
pub enum ButtonKind {
Key,
Mouse,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ButtonKind
impl Send for ButtonKind
impl Sync for ButtonKind
impl Unpin for ButtonKind
impl UnwindSafe for ButtonKind
Blanket Implementations
Mutably borrows from an owned value. Read more