pub struct Catalog {
pub version: Option<PdfVersion>,
pub pages: ObjRef,
pub page_labels: Option<ObjRef>,
pub outline: Option<ObjRef>,
}Expand description
The catalog/root of the document
Fields§
§version: Option<PdfVersion>The PDF Version
pages: ObjRefReference to the list of pages
page_labels: Option<ObjRef>Optional reference to the page labels
outline: Option<ObjRef>Optional reference to the outline
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Catalog
impl RefUnwindSafe for Catalog
impl Send for Catalog
impl Sync for Catalog
impl Unpin for Catalog
impl UnwindSafe for Catalog
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