pub(crate) struct FontFaceKey(u64);Expand description
Unique ID for looking up a single font face/file.
Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl Clone for FontFaceKey
impl Clone for FontFaceKey
Source§fn clone(&self) -> FontFaceKey
fn clone(&self) -> FontFaceKey
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 FontFaceKey
impl Debug for FontFaceKey
Source§impl Hash for FontFaceKey
impl Hash for FontFaceKey
Source§impl PartialEq for FontFaceKey
impl PartialEq for FontFaceKey
impl Copy for FontFaceKey
impl Eq for FontFaceKey
impl IsEnabled for FontFaceKey
impl StructuralPartialEq for FontFaceKey
Auto Trait Implementations§
impl Freeze for FontFaceKey
impl RefUnwindSafe for FontFaceKey
impl Send for FontFaceKey
impl Sync for FontFaceKey
impl Unpin for FontFaceKey
impl UnwindSafe for FontFaceKey
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