pub struct ImportedObjects(pub Vec<(u32, ObjRepr)>);Expand description
A serialized subtree of a foreign PDF’s object graph. See
PdfPageResource::resources for the local-id convention.
Tuple Fields§
§0: Vec<(u32, ObjRepr)>Trait Implementations§
Source§impl Clone for ImportedObjects
impl Clone for ImportedObjects
Source§fn clone(&self) -> ImportedObjects
fn clone(&self) -> ImportedObjects
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ImportedObjects
impl Debug for ImportedObjects
Source§impl Default for ImportedObjects
impl Default for ImportedObjects
Source§fn default() -> ImportedObjects
fn default() -> ImportedObjects
Returns the “default value” for a type. Read more
Source§impl PartialEq for ImportedObjects
impl PartialEq for ImportedObjects
impl StructuralPartialEq for ImportedObjects
Auto Trait Implementations§
impl Freeze for ImportedObjects
impl RefUnwindSafe for ImportedObjects
impl Send for ImportedObjects
impl Sync for ImportedObjects
impl Unpin for ImportedObjects
impl UnsafeUnpin for ImportedObjects
impl UnwindSafe for ImportedObjects
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