Type Alias harfbuzz_sys::hb_var_int_t

source ·
pub type hb_var_int_t = _hb_var_int_t;

Aliased Type§

union hb_var_int_t {
    pub u32: u32,
    pub i32: i32,
    pub u16: [u16; 2],
    pub i16: [i16; 2],
    pub u8: [u8; 4],
    pub i8: [i8; 4],
    _bindgen_union_align: u32,
}

Fields§

§u32: u32§i32: i32§u16: [u16; 2]§i16: [i16; 2]§u8: [u8; 4]§i8: [i8; 4]§_bindgen_union_align: u32

Trait Implementations§

source§

impl Clone for _hb_var_int_t

source§

fn clone(&self) -> _hb_var_int_t

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl Copy for _hb_var_int_t