Enum core_graphics::event_source::CGEventSourceStateID [−][src]
#[repr(C)]
pub enum CGEventSourceStateID {
Private,
CombinedSessionState,
HIDSystemState,
}
Expand description
Possible source states of an event source.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CGEventSourceStateID
impl Send for CGEventSourceStateID
impl Sync for CGEventSourceStateID
impl Unpin for CGEventSourceStateID
impl UnwindSafe for CGEventSourceStateID
Blanket Implementations
Mutably borrows from an owned value. Read more