pub struct CGPathElement {
pub element_type: CGPathElementType,
/* private fields */
}Fields§
§element_type: CGPathElementTypeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for CGPathElement
impl !Sync for CGPathElement
impl Freeze for CGPathElement
impl RefUnwindSafe for CGPathElement
impl Unpin for CGPathElement
impl UnsafeUnpin for CGPathElement
impl UnwindSafe for CGPathElement
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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