#[repr(C)]pub enum HPDF_LineCap {
HPDF_BUTT_END = 0,
HPDF_ROUND_END = 1,
HPDF_PROJECTING_SCUARE_END = 2,
HPDF_LINECAP_EOF = 3,
}Variants§
Auto Trait Implementations§
impl Freeze for HPDF_LineCap
impl RefUnwindSafe for HPDF_LineCap
impl Send for HPDF_LineCap
impl Sync for HPDF_LineCap
impl Unpin for HPDF_LineCap
impl UnwindSafe for HPDF_LineCap
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