#[repr(i32)]pub enum PdfDisplayDirection {
Vertical = 0,
Horizontal = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PdfDisplayDirection
impl Clone for PdfDisplayDirection
Source§fn clone(&self) -> PdfDisplayDirection
fn clone(&self) -> PdfDisplayDirection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PdfDisplayDirection
impl Debug for PdfDisplayDirection
Source§impl PartialEq for PdfDisplayDirection
impl PartialEq for PdfDisplayDirection
Source§fn eq(&self, other: &PdfDisplayDirection) -> bool
fn eq(&self, other: &PdfDisplayDirection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PdfDisplayDirection
impl Eq for PdfDisplayDirection
impl StructuralPartialEq for PdfDisplayDirection
Auto Trait Implementations§
impl Freeze for PdfDisplayDirection
impl RefUnwindSafe for PdfDisplayDirection
impl Send for PdfDisplayDirection
impl Sync for PdfDisplayDirection
impl Unpin for PdfDisplayDirection
impl UnsafeUnpin for PdfDisplayDirection
impl UnwindSafe for PdfDisplayDirection
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