Struct nanovg::TextRow[][src]

pub struct TextRow<'a> {
    pub width: f32,
    pub min_x: f32,
    pub max_x: f32,
    pub text: &'a str,
}

Holds computed values for given row.

Fields

Trait Implementations

impl<'a> Clone for TextRow<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for TextRow<'a>
[src]

impl<'a> Debug for TextRow<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for TextRow<'a>

impl<'a> Sync for TextRow<'a>