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
None
Acrobat
XfaFull
XfaForeground
Trait Implementations
sourceimpl Clone for PdfFormType
impl Clone for PdfFormType
sourcefn clone(&self) -> PdfFormType
fn clone(&self) -> PdfFormType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PdfFormType
impl Debug for PdfFormType
sourceimpl PartialEq<PdfFormType> for PdfFormType
impl PartialEq<PdfFormType> for PdfFormType
sourcefn eq(&self, other: &PdfFormType) -> bool
fn eq(&self, other: &PdfFormType) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more