Struct core_graphics::path::CGPath
[−]
pub struct CGPath(_);
Methods
impl CGPath
[src]
fn type_id() -> CFTypeID
[src]
fn apply<'a, F>(&'a self, closure: &'a F) where
F: FnMut(CGPathElementRef<'a>),
[src]
F: FnMut(CGPathElementRef<'a>),
Trait Implementations
impl Drop for CGPath
impl Clone for CGPath
fn clone(&self) -> CGPath
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Deref for CGPath
type Target = CGPathRef
The resulting type after dereferencing.
fn deref(&self) -> &CGPathRef
Dereferences the value.