msfs::sys

Type Alias NVGpath

Source
pub type NVGpath = FsPath;

Aliased Type§

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

Trait Implementations

Source§

impl Clone for FsPath

Source§

fn clone(&self) -> FsPath

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for FsPath

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for FsPath