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