struct OutlineKey {
font_id: u64,
font_index: u32,
glyph_id: u32,
size_bits: u32,
hint: bool,
}Fields§
§font_id: u64§font_index: u32§glyph_id: u32§size_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 · 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
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 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.