Struct nanovg_sys::NVGpaint[][src]

#[repr(C)]
pub struct NVGpaint { pub xform: [c_float; 6], pub extent: [c_float; 2], pub radius: c_float, pub feather: c_float, pub innerColor: NVGcolor, pub outerColor: NVGcolor, pub image: c_int, }

Fields

Trait Implementations

impl Copy for NVGpaint
[src]

impl Clone for NVGpaint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NVGpaint
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for NVGpaint

impl Sync for NVGpaint