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],
}
Fields§
§u32: u32
§i32: i32
§u16: [u16; 2]
§i16: [i16; 2]
§u8: [u8; 4]
§i8: [i8; 4]
Trait Implementations
Source§impl Clone for _hb_var_int_t
impl Clone for _hb_var_int_t
Source§fn clone(&self) -> _hb_var_int_t
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more