#[repr(i32)]pub enum PdfTextAnnotationIconType {
Comment = 0,
Key = 1,
Note = 2,
Help = 3,
NewParagraph = 4,
Paragraph = 5,
Insert = 6,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PdfTextAnnotationIconType
impl Clone for PdfTextAnnotationIconType
Source§fn clone(&self) -> PdfTextAnnotationIconType
fn clone(&self) -> PdfTextAnnotationIconType
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 PdfTextAnnotationIconType
impl Debug for PdfTextAnnotationIconType
Source§impl PartialEq for PdfTextAnnotationIconType
impl PartialEq for PdfTextAnnotationIconType
Source§fn eq(&self, other: &PdfTextAnnotationIconType) -> bool
fn eq(&self, other: &PdfTextAnnotationIconType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PdfTextAnnotationIconType
impl Eq for PdfTextAnnotationIconType
impl StructuralPartialEq for PdfTextAnnotationIconType
Auto Trait Implementations§
impl Freeze for PdfTextAnnotationIconType
impl RefUnwindSafe for PdfTextAnnotationIconType
impl Send for PdfTextAnnotationIconType
impl Sync for PdfTextAnnotationIconType
impl Unpin for PdfTextAnnotationIconType
impl UnsafeUnpin for PdfTextAnnotationIconType
impl UnwindSafe for PdfTextAnnotationIconType
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