NVGpath

Type Alias NVGpath 

Source
pub type NVGpath = FsPath;

Aliased Type§

#[repr(C, packed(4))]
pub struct NVGpath { pub first: i32, pub count: i32, pub closed: u8, pub nbevel: i32, pub fill: *mut FsVertex, pub nfill: i32, pub stroke: *mut FsVertex, pub nstroke: i32, pub winding: i32, pub convex: i32, }

Fields§

§first: i32§count: i32§closed: u8§nbevel: i32§fill: *mut FsVertex§nfill: i32§stroke: *mut FsVertex§nstroke: i32§winding: i32§convex: i32