Struct core_graphics::path::CGPathElement
source · #[repr(C)]pub struct CGPathElement {
pub element_type: CGPathElementType,
/* private fields */
}
Fields
element_type: CGPathElementType
Implementations
sourceimpl CGPathElement
impl CGPathElement
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CGPathElement
impl !Send for CGPathElement
impl !Sync for CGPathElement
impl Unpin for CGPathElement
impl UnwindSafe for CGPathElement
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more