Enum core_graphics::event::CGEventTapLocation [−][src]
#[repr(C)]
pub enum CGEventTapLocation {
HID,
Session,
AnnotatedSession,
}
Expand description
Possible tapping points for events.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CGEventTapLocation
impl Send for CGEventTapLocation
impl Sync for CGEventTapLocation
impl Unpin for CGEventTapLocation
impl UnwindSafe for CGEventTapLocation
Blanket Implementations
Mutably borrows from an owned value. Read more