Enum core_graphics::event_source::CGEventSourceStateID
[−]
[src]
#[repr(C)]pub enum CGEventSourceStateID { Private, CombinedSessionState, HIDSystemState, }
Possible source states of an event source.
Variants
PrivateCombinedSessionStateHIDSystemState
Trait Implementations
impl Clone for CGEventSourceStateID[src]
fn clone(&self) -> CGEventSourceStateID[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