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