Enum core_graphics::event::CGEventTapOptions [−][src]
#[repr(u32)]
pub enum CGEventTapOptions {
Default,
ListenOnly,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CGEventTapOptions
impl Send for CGEventTapOptions
impl Sync for CGEventTapOptions
impl Unpin for CGEventTapOptions
impl UnwindSafe for CGEventTapOptions
Blanket Implementations
Mutably borrows from an owned value. Read more