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 ==.