Struct harfbuzz_sys::Struct_hb_glyph_position_t [] [src]

#[repr(C)]
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

Trait Implementations

impl Copy for Struct_hb_glyph_position_t
[src]

impl Clone for Struct_hb_glyph_position_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_hb_glyph_position_t
[src]

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