#[repr(C)]pub enum HPDF_PageDirection {
HPDF_PAGE_PORTRAIT = 0,
HPDF_PAGE_LANDSCAPE = 1,
}Variants§
Auto Trait Implementations§
impl Freeze for HPDF_PageDirection
impl RefUnwindSafe for HPDF_PageDirection
impl Send for HPDF_PageDirection
impl Sync for HPDF_PageDirection
impl Unpin for HPDF_PageDirection
impl UnwindSafe for HPDF_PageDirection
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