pub struct FontKey(pub u16);Expand description
An abstract handle to a loaded font face: the base-14 Helvetica family (regular/bold/oblique), or a key handed out by a real font registry.
Tuple Fields§
§0: u16Trait Implementations§
impl Copy for FontKey
impl Eq for FontKey
impl StructuralPartialEq for FontKey
Auto Trait Implementations§
impl Freeze for FontKey
impl RefUnwindSafe for FontKey
impl Send for FontKey
impl Sync for FontKey
impl Unpin for FontKey
impl UnsafeUnpin for FontKey
impl UnwindSafe for FontKey
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