Enum core_graphics::event::CGEventTapLocation
[−]
[src]
#[repr(C)]pub enum CGEventTapLocation { HID, Session, AnnotatedSession, }
Possible tapping points for events.
Variants
HIDSessionAnnotatedSession
Trait Implementations
impl Clone for CGEventTapLocation[src]
fn clone(&self) -> CGEventTapLocation[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more