Enum pdfium_render::form::PdfFormType
source · pub enum PdfFormType {
None,
Acrobat,
XfaFull,
XfaForeground,
}Expand description
The internal definition type of a PdfForm embedded in a PdfDocument.
Variants§
Trait Implementations§
source§impl Clone for PdfFormType
impl Clone for PdfFormType
source§fn clone(&self) -> PdfFormType
fn clone(&self) -> PdfFormType
Returns a copy 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 PdfFormType
impl Debug for PdfFormType
source§impl PartialEq<PdfFormType> for PdfFormType
impl PartialEq<PdfFormType> for PdfFormType
source§fn eq(&self, other: &PdfFormType) -> bool
fn eq(&self, other: &PdfFormType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for PdfFormType
impl StructuralPartialEq for PdfFormType
Auto Trait Implementations§
impl RefUnwindSafe for PdfFormType
impl Send for PdfFormType
impl Sync for PdfFormType
impl Unpin for PdfFormType
impl UnwindSafe for PdfFormType
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