#[repr(C)]pub enum HPDF_LineJoin {
HPDF_MITER_JOIN = 0,
HPDF_ROUND_JOIN = 1,
HPDF_BEVEL_JOIN = 2,
HPDF_LINEJOIN_EOF = 3,
}Variants§
Auto Trait Implementations§
impl Freeze for HPDF_LineJoin
impl RefUnwindSafe for HPDF_LineJoin
impl Send for HPDF_LineJoin
impl Sync for HPDF_LineJoin
impl Unpin for HPDF_LineJoin
impl UnwindSafe for HPDF_LineJoin
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