Enum core_graphics::event::CGEventTapLocation
[−]
[src]
#[repr(C)]pub enum CGEventTapLocation { HID, Session, AnnotatedSession, }
Possible tapping points for events.
Variants
HID
Session
AnnotatedSession
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