Struct core_graphics::path::CGPathElementRef [−][src]
pub struct CGPathElementRef<'a> { /* fields omitted */ }Methods from Deref<Target = CGPathElement>
Trait Implementations
impl<'a> Deref for CGPathElementRef<'a>[src]
impl<'a> Deref for CGPathElementRef<'a>type Target = CGPathElement
The resulting type after dereferencing.
fn deref(&self) -> &CGPathElement[src]
fn deref(&self) -> &CGPathElementDereferences the value.
Auto Trait Implementations
impl<'a> !Send for CGPathElementRef<'a>
impl<'a> !Send for CGPathElementRef<'a>impl<'a> !Sync for CGPathElementRef<'a>
impl<'a> !Sync for CGPathElementRef<'a>