Struct nanovg_sys::NVGtextRow[][src]

#[repr(C)]
pub struct NVGtextRow { pub start: *const c_char, pub end: *const c_char, pub next: *const c_char, pub width: c_float, pub minx: c_float, pub maxx: c_float, }

Fields

Trait Implementations

impl Debug for NVGtextRow
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for NVGtextRow

impl !Sync for NVGtextRow