#[repr(i32)]pub enum PdfWidgetControlType {
Unknown = -1,
PushButton = 0,
RadioButton = 1,
CheckBox = 2,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PdfWidgetControlType
impl Clone for PdfWidgetControlType
Source§fn clone(&self) -> PdfWidgetControlType
fn clone(&self) -> PdfWidgetControlType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PdfWidgetControlType
impl Debug for PdfWidgetControlType
Source§impl PartialEq for PdfWidgetControlType
impl PartialEq for PdfWidgetControlType
Source§fn eq(&self, other: &PdfWidgetControlType) -> bool
fn eq(&self, other: &PdfWidgetControlType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PdfWidgetControlType
impl Eq for PdfWidgetControlType
impl StructuralPartialEq for PdfWidgetControlType
Auto Trait Implementations§
impl Freeze for PdfWidgetControlType
impl RefUnwindSafe for PdfWidgetControlType
impl Send for PdfWidgetControlType
impl Sync for PdfWidgetControlType
impl Unpin for PdfWidgetControlType
impl UnsafeUnpin for PdfWidgetControlType
impl UnwindSafe for PdfWidgetControlType
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