Struct pdf::xref::XRefSection

source ·
pub struct XRefSection {
    pub first_id: u32,
    pub entries: Vec<XRef>,
}
Expand description

As found in PDF files

Fields§

§first_id: u32§entries: Vec<XRef>

Implementations§

source

pub fn add_free_entry(&mut self, next_obj_nr: ObjNr, gen_nr: GenNr)

source

pub fn add_inuse_entry(&mut self, pos: usize, gen_nr: GenNr)

Trait Implementations§

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.