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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GlyphDimensions
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations