#[repr(C)]pub enum HPDF_LineAnnotEndingStyle {
HPDF_LINE_ANNOT_NONE = 0,
HPDF_LINE_ANNOT_SQUARE = 1,
HPDF_LINE_ANNOT_CIRCLE = 2,
HPDF_LINE_ANNOT_DIAMOND = 3,
HPDF_LINE_ANNOT_OPENARROW = 4,
HPDF_LINE_ANNOT_CLOSEDARROW = 5,
HPDF_LINE_ANNOT_BUTT = 6,
HPDF_LINE_ANNOT_ROPENARROW = 7,
HPDF_LINE_ANNOT_RCLOSEDARROW = 8,
HPDF_LINE_ANNOT_SLASH = 9,
}Variants§
HPDF_LINE_ANNOT_NONE = 0
HPDF_LINE_ANNOT_SQUARE = 1
HPDF_LINE_ANNOT_CIRCLE = 2
HPDF_LINE_ANNOT_DIAMOND = 3
HPDF_LINE_ANNOT_OPENARROW = 4
HPDF_LINE_ANNOT_CLOSEDARROW = 5
HPDF_LINE_ANNOT_BUTT = 6
HPDF_LINE_ANNOT_ROPENARROW = 7
HPDF_LINE_ANNOT_RCLOSEDARROW = 8
HPDF_LINE_ANNOT_SLASH = 9
Auto Trait Implementations§
impl Freeze for HPDF_LineAnnotEndingStyle
impl RefUnwindSafe for HPDF_LineAnnotEndingStyle
impl Send for HPDF_LineAnnotEndingStyle
impl Sync for HPDF_LineAnnotEndingStyle
impl Unpin for HPDF_LineAnnotEndingStyle
impl UnwindSafe for HPDF_LineAnnotEndingStyle
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