Enum pdfium_render::form::PdfFormFieldType
source · [−]pub enum PdfFormFieldType {
Unknown,
PushButton,
Checkbox,
RadioButton,
ComboBox,
ListBox,
TextField,
Signature,
}Expand description
The widget display type of a single form field in a PdfForm.
Variants
Unknown
PushButton
Checkbox
RadioButton
ComboBox
ListBox
TextField
Signature
Auto Trait Implementations
impl RefUnwindSafe for PdfFormFieldType
impl Send for PdfFormFieldType
impl Sync for PdfFormFieldType
impl Unpin for PdfFormFieldType
impl UnwindSafe for PdfFormFieldType
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