Struct core_graphics::context::CGContext []

pub struct CGContext(_);

Methods

impl CGContext
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Drop for CGContext

Executes the destructor for this type. Read more

impl Clone for CGContext

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deref for CGContext

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for CGContext

Mutably dereferences the value.

impl Borrow<CGContextRef> for CGContext

Immutably borrows from an owned value. Read more

impl AsRef<CGContextRef> for CGContext

Performs the conversion.