#[repr(C)]pub enum HPDF_DestinationType {
HPDF_XYZ = 0,
HPDF_FIT = 1,
HPDF_FIT_H = 2,
HPDF_FIT_V = 3,
HPDF_FIT_R = 4,
HPDF_FIT_B = 5,
HPDF_FIT_BH = 6,
HPDF_FIT_BV = 7,
HPDF_DST_EOF = 8,
}Variants§
HPDF_XYZ = 0
HPDF_FIT = 1
HPDF_FIT_H = 2
HPDF_FIT_V = 3
HPDF_FIT_R = 4
HPDF_FIT_B = 5
HPDF_FIT_BH = 6
HPDF_FIT_BV = 7
HPDF_DST_EOF = 8
Auto Trait Implementations§
impl Freeze for HPDF_DestinationType
impl RefUnwindSafe for HPDF_DestinationType
impl Send for HPDF_DestinationType
impl Sync for HPDF_DestinationType
impl Unpin for HPDF_DestinationType
impl UnwindSafe for HPDF_DestinationType
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