Enum core_graphics::context::CGPathDrawingMode [−][src]
#[repr(C)]
pub enum CGPathDrawingMode {
CGPathFill,
CGPathEOFill,
CGPathStroke,
CGPathFillStroke,
CGPathEOFillStroke,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CGPathDrawingMode
impl Send for CGPathDrawingMode
impl Sync for CGPathDrawingMode
impl Unpin for CGPathDrawingMode
impl UnwindSafe for CGPathDrawingMode
Blanket Implementations
Mutably borrows from an owned value. Read more