Struct core_graphics::path::CGPathRef [−]
pub struct CGPathRef(_);
Trait Implementations
impl ToOwned for CGPathRef
impl ToOwned for CGPathReftype Owned = CGPath
fn to_owned(&self) -> CGPath
fn to_owned(&self) -> CGPathCreates owned data from borrowed data, usually by cloning. Read more
fn clone_into(&self, target: &mut Self::Owned)[src]
fn clone_into(&self, target: &mut Self::Owned)🔬 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
impl Borrow<CGPathRef> for CGPathimpl AsRef<CGPathRef> for CGPath
impl AsRef<CGPathRef> for CGPath