#[repr(C)]pub enum HPDF_BSSubtype {
HPDF_BS_SOLID = 0,
HPDF_BS_DASHED = 1,
HPDF_BS_BEVELED = 2,
HPDF_BS_INSET = 3,
HPDF_BS_UNDERLINED = 4,
}Variants§
Auto Trait Implementations§
impl Freeze for HPDF_BSSubtype
impl RefUnwindSafe for HPDF_BSSubtype
impl Send for HPDF_BSSubtype
impl Sync for HPDF_BSSubtype
impl Unpin for HPDF_BSSubtype
impl UnwindSafe for HPDF_BSSubtype
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