pub struct PageInfo {
pub page_ref: ObjectRef,
pub resources: PdfDictionary,
pub page_box: PageBox,
pub content_refs: Vec<ObjectRef>,
pub annotation_refs: Vec<ObjectRef>,
}Fields§
§page_ref: ObjectRef§resources: PdfDictionary§page_box: PageBox§content_refs: Vec<ObjectRef>§annotation_refs: Vec<ObjectRef>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PageInfo
impl RefUnwindSafe for PageInfo
impl Send for PageInfo
impl Sync for PageInfo
impl Unpin for PageInfo
impl UnsafeUnpin for PageInfo
impl UnwindSafe for PageInfo
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