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
left: i32
                           
                           
                           
                           top: i32
                           
                           
                           
                           width: u32
                           
                           
                           
                           height: u32
                           
                           
                           
                           advance: f32
                           
            Trait Implementations
impl Copy for GlyphDimensions[src]
impl Clone for GlyphDimensions[src]
fn clone(&self) -> GlyphDimensions[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more