Struct harfbuzz_sys::hb_ot_math_glyph_variant_t
source · #[repr(C)]pub struct hb_ot_math_glyph_variant_t {
pub glyph: hb_codepoint_t,
pub advance: hb_position_t,
}
Expand description
hb_ot_math_glyph_variant_t: @glyph: The glyph index of the variant @advance: The advance width of the variant
Data type to hold math-variant information for a glyph.
Since: 1.3.3
Fields§
§glyph: hb_codepoint_t
§advance: hb_position_t
Trait Implementations§
source§impl Clone for hb_ot_math_glyph_variant_t
impl Clone for hb_ot_math_glyph_variant_t
source§fn clone(&self) -> hb_ot_math_glyph_variant_t
fn clone(&self) -> hb_ot_math_glyph_variant_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 moresource§impl Debug for hb_ot_math_glyph_variant_t
impl Debug for hb_ot_math_glyph_variant_t
impl Copy for hb_ot_math_glyph_variant_t
Auto Trait Implementations§
impl Freeze for hb_ot_math_glyph_variant_t
impl RefUnwindSafe for hb_ot_math_glyph_variant_t
impl Send for hb_ot_math_glyph_variant_t
impl Sync for hb_ot_math_glyph_variant_t
impl Unpin for hb_ot_math_glyph_variant_t
impl UnwindSafe for hb_ot_math_glyph_variant_t
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more