Struct core_graphics::event::CGEvent []

pub struct CGEvent(_);

Methods

impl CGEvent
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Drop for CGEvent

Executes the destructor for this type. Read more

impl Clone for CGEvent

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deref for CGEvent

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for CGEvent

Mutably dereferences the value.

impl Borrow<CGEventRef> for CGEvent

Immutably borrows from an owned value. Read more

impl AsRef<CGEventRef> for CGEvent

Performs the conversion.