pub struct FontKey(pub &'static str);Expand description
Opaque handle for a font. lightweight-pdf-core never sees font bytes, only this
key (see plan/00a-contracts-and-artifacts.md, point 3).
Tuple Fields§
§0: &'static strImplementations§
Trait 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