struct OutlineKey {
font_id: u64,
font_index: u32,
glyph_id: u32,
size_bits: u32,
embolden_x_bits: u32,
embolden_y_bits: u32,
embolden_join_bits: u8,
embolden_miter_limit_bits: u32,
embolden_tolerance_bits: u32,
hint: bool,
}Fields§
§font_id: u64§font_index: u32§glyph_id: u32§size_bits: u32§embolden_x_bits: u32§embolden_y_bits: u32§embolden_join_bits: u8§embolden_miter_limit_bits: u32§embolden_tolerance_bits: u32§hint: boolTrait Implementations§
Source§impl Clone for OutlineKey
impl Clone for OutlineKey
Source§fn clone(&self) -> OutlineKey
fn clone(&self) -> OutlineKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OutlineKey
impl Debug for OutlineKey
Source§impl Default for OutlineKey
impl Default for OutlineKey
Source§fn default() -> OutlineKey
fn default() -> OutlineKey
Returns the “default value” for a type. Read more
Source§impl Hash for OutlineKey
impl Hash for OutlineKey
Source§impl PartialEq for OutlineKey
impl PartialEq for OutlineKey
Source§fn eq(&self, other: &OutlineKey) -> bool
fn eq(&self, other: &OutlineKey) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for OutlineKey
impl Eq for OutlineKey
impl StructuralPartialEq for OutlineKey
Auto Trait Implementations§
impl Freeze for OutlineKey
impl RefUnwindSafe for OutlineKey
impl Send for OutlineKey
impl Sync for OutlineKey
impl Unpin for OutlineKey
impl UnsafeUnpin for OutlineKey
impl UnwindSafe for OutlineKey
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