Struct webrender_api::GlyphDimensions [] [src]

#[repr(C)]
pub struct GlyphDimensions { pub left: i32, pub top: i32, pub width: u32, pub height: u32, pub advance: f32, }

Fields

Trait Implementations

impl Copy for GlyphDimensions
[src]

impl Clone for GlyphDimensions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GlyphDimensions
[src]

[src]

Formats the value using the given formatter. Read more