pub struct PdfiumPageLink { /* private fields */ }Expand description
§Rust interface to FPDF_PAGELINK
Trait Implementations§
Source§impl Clone for PdfiumPageLink
impl Clone for PdfiumPageLink
Source§fn clone(&self) -> PdfiumPageLink
fn clone(&self) -> PdfiumPageLink
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 PdfiumPageLink
impl Debug for PdfiumPageLink
Source§impl From<&PdfiumPageLink> for FPDF_PAGELINK
impl From<&PdfiumPageLink> for FPDF_PAGELINK
Source§fn from(page_link: &PdfiumPageLink) -> Self
fn from(page_link: &PdfiumPageLink) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PdfiumPageLink
impl RefUnwindSafe for PdfiumPageLink
impl !Send for PdfiumPageLink
impl !Sync for PdfiumPageLink
impl Unpin for PdfiumPageLink
impl UnwindSafe for PdfiumPageLink
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