pub struct Resources<'a> {
pub font: ResDictRes<Font<'a>>,
pub x_object: ResDictRes<XObject>,
pub proc_set: &'a [ProcSet],
}Expand description
The resources of a page
Fields§
§font: ResDictRes<Font<'a>>A dict of font resources
x_object: ResDictRes<XObject>A dict of embedded object resources
proc_set: &'a [ProcSet]A set of valid procedures
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Resources<'a>
impl<'a> RefUnwindSafe for Resources<'a>
impl<'a> Send for Resources<'a>
impl<'a> Sync for Resources<'a>
impl<'a> Unpin for Resources<'a>
impl<'a> UnwindSafe for Resources<'a>
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