Struct core_graphics::path::CGPathElement
source · #[repr(C)]pub struct CGPathElement {
pub element_type: CGPathElementType,
/* private fields */
}
Fields§
§element_type: CGPathElementType
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CGPathElement
impl RefUnwindSafe for CGPathElement
impl !Send for CGPathElement
impl !Sync for CGPathElement
impl Unpin for CGPathElement
impl UnwindSafe for CGPathElement
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