#[repr(C)]pub enum HPDF_AnnotIntent {
HPDF_ANNOT_INTENT_FREETEXTCALLOUT = 0,
HPDF_ANNOT_INTENT_FREETEXTTYPEWRITER = 1,
HPDF_ANNOT_INTENT_LINEARROW = 2,
HPDF_ANNOT_INTENT_LINEDIMENSION = 3,
HPDF_ANNOT_INTENT_POLYGONCLOUD = 4,
HPDF_ANNOT_INTENT_POLYLINEDIMENSION = 5,
HPDF_ANNOT_INTENT_POLYGONDIMENSION = 6,
}Variants§
HPDF_ANNOT_INTENT_FREETEXTCALLOUT = 0
HPDF_ANNOT_INTENT_FREETEXTTYPEWRITER = 1
HPDF_ANNOT_INTENT_LINEARROW = 2
HPDF_ANNOT_INTENT_LINEDIMENSION = 3
HPDF_ANNOT_INTENT_POLYGONCLOUD = 4
HPDF_ANNOT_INTENT_POLYLINEDIMENSION = 5
HPDF_ANNOT_INTENT_POLYGONDIMENSION = 6
Auto Trait Implementations§
impl Freeze for HPDF_AnnotIntent
impl RefUnwindSafe for HPDF_AnnotIntent
impl Send for HPDF_AnnotIntent
impl Sync for HPDF_AnnotIntent
impl Unpin for HPDF_AnnotIntent
impl UnwindSafe for HPDF_AnnotIntent
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