Struct core_graphics::event_source::CGEventSource[]

pub struct CGEventSource(_);

Methods

impl CGEventSource
[src]

Trait Implementations

impl Drop for CGEventSource

Executes the destructor for this type. Read more

impl Clone for CGEventSource

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Deref for CGEventSource

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for CGEventSource

Mutably dereferences the value.

impl Borrow<CGEventSourceRef> for CGEventSource

Immutably borrows from an owned value. Read more

impl AsRef<CGEventSourceRef> for CGEventSource

Performs the conversion.

Auto Trait Implementations

impl !Send for CGEventSource

impl !Sync for CGEventSource