pub struct PdfTrailerDict {
pub dict: PdfDict,
}Expand description
PDF trailer dictionary — trailer keyword followed by a dictionary.
Fields§
§dict: PdfDictImplementations§
Trait Implementations§
Source§impl Clone for PdfTrailerDict
impl Clone for PdfTrailerDict
Source§fn clone(&self) -> PdfTrailerDict
fn clone(&self) -> PdfTrailerDict
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 PdfTrailerDict
impl Debug for PdfTrailerDict
Source§impl Display for PdfTrailerDict
impl Display for PdfTrailerDict
Source§impl PdfObjectTrait for PdfTrailerDict
impl PdfObjectTrait for PdfTrailerDict
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 PdfTrailerDict
impl RefUnwindSafe for PdfTrailerDict
impl Send for PdfTrailerDict
impl Sync for PdfTrailerDict
impl Unpin for PdfTrailerDict
impl UnsafeUnpin for PdfTrailerDict
impl UnwindSafe for PdfTrailerDict
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