pub(crate) struct PageEmitContext<'a> {
pub(crate) page_tree_id: Ref,
pub(crate) page_refs: &'a [(Ref, Ref)],
pub(crate) base14_refs: &'a [(Font, Ref)],
pub(crate) embedded_refs: &'a HashMap<EmbeddedFontId, EmbeddedRefs>,
pub(crate) image_refs: &'a [Ref],
pub(crate) encodings: &'a HashMap<Font, DocEncoding>,
pub(crate) embedded_by_id: &'a HashMap<EmbeddedFontId, &'a EmbeddedFontPlan>,
}Fields§
§page_tree_id: Ref§page_refs: &'a [(Ref, Ref)]§base14_refs: &'a [(Font, Ref)]§embedded_refs: &'a HashMap<EmbeddedFontId, EmbeddedRefs>§image_refs: &'a [Ref]§encodings: &'a HashMap<Font, DocEncoding>§embedded_by_id: &'a HashMap<EmbeddedFontId, &'a EmbeddedFontPlan>Auto Trait Implementations§
impl<'a> Freeze for PageEmitContext<'a>
impl<'a> RefUnwindSafe for PageEmitContext<'a>
impl<'a> Send for PageEmitContext<'a>
impl<'a> Sync for PageEmitContext<'a>
impl<'a> Unpin for PageEmitContext<'a>
impl<'a> UnsafeUnpin for PageEmitContext<'a>
impl<'a> UnwindSafe for PageEmitContext<'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
§impl<U, T> ToOwnedObj<U> for Twhere
U: FromObjRef<T>,
impl<U, T> ToOwnedObj<U> for Twhere
U: FromObjRef<T>,
§fn to_owned_obj(&self, data: FontData<'_>) -> U
fn to_owned_obj(&self, data: FontData<'_>) -> U
Convert this type into
T, using the provided data to resolve any offsets.