#[repr(i32)]pub enum PdfThumbnailLayoutMode {
Vertical = 0,
Horizontal = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PdfThumbnailLayoutMode
impl Clone for PdfThumbnailLayoutMode
Source§fn clone(&self) -> PdfThumbnailLayoutMode
fn clone(&self) -> PdfThumbnailLayoutMode
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 PdfThumbnailLayoutMode
impl Debug for PdfThumbnailLayoutMode
Source§impl PartialEq for PdfThumbnailLayoutMode
impl PartialEq for PdfThumbnailLayoutMode
Source§fn eq(&self, other: &PdfThumbnailLayoutMode) -> bool
fn eq(&self, other: &PdfThumbnailLayoutMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PdfThumbnailLayoutMode
impl Eq for PdfThumbnailLayoutMode
impl StructuralPartialEq for PdfThumbnailLayoutMode
Auto Trait Implementations§
impl Freeze for PdfThumbnailLayoutMode
impl RefUnwindSafe for PdfThumbnailLayoutMode
impl Send for PdfThumbnailLayoutMode
impl Sync for PdfThumbnailLayoutMode
impl Unpin for PdfThumbnailLayoutMode
impl UnsafeUnpin for PdfThumbnailLayoutMode
impl UnwindSafe for PdfThumbnailLayoutMode
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