pub struct CGPathElementRef<'a> { /* private fields */ }
Trait Implementations§
Source§impl<'a> Deref for CGPathElementRef<'a>
impl<'a> Deref for CGPathElementRef<'a>
Source§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