Enum nanovg_sys::NVGlineCap[][src]

#[repr(C)]
pub enum NVGlineCap { NVG_BUTT, NVG_ROUND, NVG_SQUARE, NVG_BEVEL, NVG_MITER, }

Variants

Trait Implementations

impl Debug for NVGlineCap
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for NVGlineCap

impl Sync for NVGlineCap