Struct pdfium_render::form::PdfForm
source · [−]pub struct PdfForm<'a> { /* private fields */ }Expand description
The PdfForm embedded inside a PdfDocument.
Implementations
sourceimpl<'a> PdfForm<'a>
impl<'a> PdfForm<'a>
sourcepub fn bindings(&self) -> &'a dyn PdfiumLibraryBindings
pub fn bindings(&self) -> &'a dyn PdfiumLibraryBindings
Returns the PdfiumLibraryBindings used by this PdfForm.
sourcepub fn form_type(&self) -> PdfFormType
pub fn form_type(&self) -> PdfFormType
Returns the PdfFormType of this PdfForm.
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for PdfForm<'a>
impl<'a> !Send for PdfForm<'a>
impl<'a> !Sync for PdfForm<'a>
impl<'a> Unpin for PdfForm<'a>
impl<'a> !UnwindSafe for PdfForm<'a>
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