Struct core_graphics::path::CGPath []

pub struct CGPath(_);

Methods

impl CGPath
[src]

[src]

[src]

Trait Implementations

impl Drop for CGPath

Executes the destructor for this type. Read more

impl Clone for CGPath

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deref for CGPath

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for CGPath

Mutably dereferences the value.

impl Borrow<CGPathRef> for CGPath

Immutably borrows from an owned value. Read more

impl AsRef<CGPathRef> for CGPath

Performs the conversion.