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