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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CGEventSourceStateID
[src]

impl Debug for CGEventSourceStateID
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations