pub enum XrefStyle {
Table,
Stream,
}Expand description
Which cross-reference flavor finish emits.
Variants§
Table
A classic xref table with a trailer dictionary (readable by
PDF 1.0-era consumers).
Stream
A cross-reference stream (/Type /XRef, PDF 1.5+), the compact
modern form.
Trait Implementations§
impl Copy for XrefStyle
impl Eq for XrefStyle
impl StructuralPartialEq for XrefStyle
Auto Trait Implementations§
impl Freeze for XrefStyle
impl RefUnwindSafe for XrefStyle
impl Send for XrefStyle
impl Sync for XrefStyle
impl Unpin for XrefStyle
impl UnsafeUnpin for XrefStyle
impl UnwindSafe for XrefStyle
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