Struct core_graphics::path::CGPathElementRef
source · pub struct CGPathElementRef<'a> { /* private fields */ }
Methods from Deref<Target = CGPathElement>§
Trait Implementations§
source§impl<'a> Deref for CGPathElementRef<'a>
impl<'a> Deref for CGPathElementRef<'a>
§type Target = CGPathElement
type Target = CGPathElement
The resulting type after dereferencing.
source§fn deref(&self) -> &CGPathElement
fn deref(&self) -> &CGPathElement
Dereferences the value.
Auto Trait Implementations§
impl<'a> Freeze for CGPathElementRef<'a>
impl<'a> RefUnwindSafe for CGPathElementRef<'a>
impl<'a> !Send for CGPathElementRef<'a>
impl<'a> !Sync for CGPathElementRef<'a>
impl<'a> Unpin for CGPathElementRef<'a>
impl<'a> UnwindSafe for CGPathElementRef<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more