pub struct CGPathElementRef { /* private fields */ }
Trait Implementations§
Source§impl Deref for CGPathElementRef
impl Deref for CGPathElementRef
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 Freeze for CGPathElementRef
impl RefUnwindSafe for CGPathElementRef
impl !Send for CGPathElementRef
impl !Sync for CGPathElementRef
impl Unpin for CGPathElementRef
impl UnwindSafe for CGPathElementRef
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