Struct harfbuzz_sys::Struct_hb_glyph_info_t [] [src]

pub struct Struct_hb_glyph_info_t {
    pub codepoint: hb_codepoint_t,
    pub mask: hb_mask_t,
    pub cluster: uint32_t,
    pub var1: hb_var_int_t,
    pub var2: hb_var_int_t,
}

Fields

Trait Implementations

impl Copy for Struct_hb_glyph_info_t
[src]

impl Clone for Struct_hb_glyph_info_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_hb_glyph_info_t
[src]

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