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