#[repr(i32)]pub enum PdfWidgetCellState {
Mixed = -1,
Off = 0,
On = 1,
}Expand description
Wraps PDFWidgetCellState values.
Variants§
Mixed = -1
Wraps the corresponding PDFWidgetCellState value.
Off = 0
Wraps the corresponding PDFWidgetCellState value.
On = 1
Wraps the corresponding PDFWidgetCellState value.
Implementations§
Trait Implementations§
Source§impl Clone for PdfWidgetCellState
impl Clone for PdfWidgetCellState
Source§fn clone(&self) -> PdfWidgetCellState
fn clone(&self) -> PdfWidgetCellState
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 PdfWidgetCellState
impl Debug for PdfWidgetCellState
Source§impl PartialEq for PdfWidgetCellState
impl PartialEq for PdfWidgetCellState
Source§fn eq(&self, other: &PdfWidgetCellState) -> bool
fn eq(&self, other: &PdfWidgetCellState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PdfWidgetCellState
impl Eq for PdfWidgetCellState
impl StructuralPartialEq for PdfWidgetCellState
Auto Trait Implementations§
impl Freeze for PdfWidgetCellState
impl RefUnwindSafe for PdfWidgetCellState
impl Send for PdfWidgetCellState
impl Sync for PdfWidgetCellState
impl Unpin for PdfWidgetCellState
impl UnsafeUnpin for PdfWidgetCellState
impl UnwindSafe for PdfWidgetCellState
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