Struct core_graphics::context::CGContextRef []

pub struct CGContextRef(_);

Trait Implementations

impl ToOwned for CGContextRef

Creates owned data from borrowed data, usually by cloning. Read more

[src]

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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 CGContextRef

impl !Sync for CGContextRef