pub struct IndirectReference {
pub number: u64,
pub generation: u64,
}Expand description
An indirect object reference. Represented in PDFs like “12 0 R”
Fields§
§number: u64§generation: u64Trait Implementations§
Source§impl Clone for IndirectReference
impl Clone for IndirectReference
Source§fn clone(&self) -> IndirectReference
fn clone(&self) -> IndirectReference
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 IndirectReference
impl Debug for IndirectReference
Source§impl Hash for IndirectReference
impl Hash for IndirectReference
Source§impl Ord for IndirectReference
impl Ord for IndirectReference
Source§fn cmp(&self, other: &IndirectReference) -> Ordering
fn cmp(&self, other: &IndirectReference) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IndirectReference
impl PartialEq for IndirectReference
Source§impl PartialOrd for IndirectReference
impl PartialOrd for IndirectReference
impl Copy for IndirectReference
impl Eq for IndirectReference
impl StructuralPartialEq for IndirectReference
Auto Trait Implementations§
impl Freeze for IndirectReference
impl RefUnwindSafe for IndirectReference
impl Send for IndirectReference
impl Sync for IndirectReference
impl Unpin for IndirectReference
impl UnwindSafe for IndirectReference
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