#[repr(C)]pub enum HPDF_AnnotIcon {
HPDF_ANNOT_ICON_COMMENT = 0,
HPDF_ANNOT_ICON_KEY = 1,
HPDF_ANNOT_ICON_NOTE = 2,
HPDF_ANNOT_ICON_HELP = 3,
HPDF_ANNOT_ICON_NEW_PARAGRAPH = 4,
HPDF_ANNOT_ICON_PARAGRAPH = 5,
HPDF_ANNOT_ICON_INSERT = 6,
HPDF_ANNOT_ICON_EOF = 7,
}Variants§
HPDF_ANNOT_ICON_COMMENT = 0
HPDF_ANNOT_ICON_KEY = 1
HPDF_ANNOT_ICON_NOTE = 2
HPDF_ANNOT_ICON_HELP = 3
HPDF_ANNOT_ICON_NEW_PARAGRAPH = 4
HPDF_ANNOT_ICON_PARAGRAPH = 5
HPDF_ANNOT_ICON_INSERT = 6
HPDF_ANNOT_ICON_EOF = 7
Auto Trait Implementations§
impl Freeze for HPDF_AnnotIcon
impl RefUnwindSafe for HPDF_AnnotIcon
impl Send for HPDF_AnnotIcon
impl Sync for HPDF_AnnotIcon
impl Unpin for HPDF_AnnotIcon
impl UnwindSafe for HPDF_AnnotIcon
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