Enum core_graphics::event_source::CGEventSourceStateID[][src]

#[repr(C)]
pub enum CGEventSourceStateID { Private, CombinedSessionState, HIDSystemState, }

Possible source states of an event source.

Variants

Trait Implementations

impl Clone for CGEventSourceStateID
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CGEventSourceStateID
[src]

impl Debug for CGEventSourceStateID
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations