Struct harfbuzz_sys::Struct_hb_glyph_position_t [] [src]

pub struct Struct_hb_glyph_position_t {
    pub x_advance: hb_position_t,
    pub y_advance: hb_position_t,
    pub x_offset: hb_position_t,
    pub y_offset: hb_position_t,
    pub var: hb_var_int_t,
}

Fields

x_advance: hb_position_t y_advance: hb_position_t x_offset: hb_position_t y_offset: hb_position_t var: hb_var_int_t

Trait Implementations

impl Copy for Struct_hb_glyph_position_t
[src]

impl Clone for Struct_hb_glyph_position_t
[src]

fn clone(&self) -> Self

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Default for Struct_hb_glyph_position_t
[src]

fn default() -> Self

Returns the "default value" for a type. Read more