Struct pdfium_render::destination::PdfDestination
source · pub struct PdfDestination<'a> { /* private fields */ }Expand description
The page and region, if any, that will be the target of any behaviour that will occur when the user interacts with a link in a PDF viewer.
Implementations§
source§impl<'a> PdfDestination<'a>
impl<'a> PdfDestination<'a>
sourcepub fn bindings(&self) -> &dyn PdfiumLibraryBindings
pub fn bindings(&self) -> &dyn PdfiumLibraryBindings
Returns the PdfiumLibraryBindings used by this PdfDestination.
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for PdfDestination<'a>
impl<'a> !Send for PdfDestination<'a>
impl<'a> !Sync for PdfDestination<'a>
impl<'a> Unpin for PdfDestination<'a>
impl<'a> !UnwindSafe for PdfDestination<'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