Struct core_graphics::path::CGPathRef []

pub struct CGPathRef(_);

Trait Implementations

impl ToOwned for CGPathRef

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<CGPathRef> for CGPath

Immutably borrows from an owned value. Read more

impl AsRef<CGPathRef> for CGPath

Performs the conversion.

Auto Trait Implementations

impl Send for CGPathRef

impl !Sync for CGPathRef