#[repr(C)]pub enum HPDF_EncoderType {
HPDF_ENCODER_TYPE_SINGLE_BYTE = 0,
HPDF_ENCODER_TYPE_DOUBLE_BYTE = 1,
HPDF_ENCODER_TYPE_UNINITIALIZED = 2,
HPDF_ENCODER_UNKNOWN = 3,
}
Variants§
HPDF_ENCODER_TYPE_SINGLE_BYTE = 0
HPDF_ENCODER_TYPE_DOUBLE_BYTE = 1
HPDF_ENCODER_TYPE_UNINITIALIZED = 2
HPDF_ENCODER_UNKNOWN = 3
Auto Trait Implementations§
impl Freeze for HPDF_EncoderType
impl RefUnwindSafe for HPDF_EncoderType
impl Send for HPDF_EncoderType
impl Sync for HPDF_EncoderType
impl Unpin for HPDF_EncoderType
impl UnwindSafe for HPDF_EncoderType
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