pub struct AcroForm {
pub fields: Vec<FormField>,
pub need_appearances: bool,
pub dr_fonts: Option<PdfDict>,
/* private fields */
}Expand description
The document’s interactive form.
Fields§
§fields: Vec<FormField>Terminal fields, in document order.
need_appearances: bool/NeedAppearances: the producer relies on the viewer to (re)generate
appearance streams.
dr_fonts: Option<PdfDict>/DR /Font: default font resources referenced by /DA font names.
Implementations§
Auto Trait Implementations§
impl Freeze for AcroForm
impl RefUnwindSafe for AcroForm
impl Send for AcroForm
impl Sync for AcroForm
impl Unpin for AcroForm
impl UnsafeUnpin for AcroForm
impl UnwindSafe for AcroForm
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