pub(crate) enum FontKind<'a> {
SID(SIDMetadata<'a>),
CID(CIDMetadata<'a>),
}
Variants§
SID(SIDMetadata<'a>)
CID(CIDMetadata<'a>)
Trait Implementations§
impl<'a> Copy for FontKind<'a>
Auto Trait Implementations§
impl<'a> Freeze for FontKind<'a>
impl<'a> RefUnwindSafe for FontKind<'a>
impl<'a> Send for FontKind<'a>
impl<'a> Sync for FontKind<'a>
impl<'a> Unpin for FontKind<'a>
impl<'a> UnwindSafe for FontKind<'a>
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