Struct nanovg_sys::NVGcolor[][src]

#[repr(C)]
pub struct NVGcolor { pub rgba: [c_float; 4], }

Fields

Trait Implementations

impl Copy for NVGcolor
[src]

impl Clone for NVGcolor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NVGcolor
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for NVGcolor

impl Sync for NVGcolor