pub struct PdfTrailer { /* private fields */ }Expand description
PDF trailer — startxref offset and %%EOF marker.
Implementations§
Source§impl PdfTrailer
impl PdfTrailer
pub fn for_last_cross_ref_section_offset(offset: u64) -> Self
Trait Implementations§
Source§impl Clone for PdfTrailer
impl Clone for PdfTrailer
Source§fn clone(&self) -> PdfTrailer
fn clone(&self) -> PdfTrailer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PdfTrailer
impl Debug for PdfTrailer
Source§impl Display for PdfTrailer
impl Display for PdfTrailer
Source§impl PdfObjectTrait for PdfTrailer
impl PdfObjectTrait for PdfTrailer
Source§fn size_in_bytes(&self) -> usize
fn size_in_bytes(&self) -> usize
Return the size in bytes when serialized.
Auto Trait Implementations§
impl Freeze for PdfTrailer
impl RefUnwindSafe for PdfTrailer
impl Send for PdfTrailer
impl Sync for PdfTrailer
impl Unpin for PdfTrailer
impl UnsafeUnpin for PdfTrailer
impl UnwindSafe for PdfTrailer
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