Struct core_graphics::context::CGContext[]

pub struct CGContext(_);

Methods

impl CGContext
[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

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.

Auto Trait Implementations

impl !Send for CGContext

impl !Sync for CGContext