Enum sndjvu_format::PageRotation
source · pub enum PageRotation {
Up = 1,
Ccw = 6,
Down = 2,
Cw = 5,
}
Expand description
The orientation of an encoded page.
Variants§
Trait Implementations§
source§impl Clone for PageRotation
impl Clone for PageRotation
source§fn clone(&self) -> PageRotation
fn clone(&self) -> PageRotation
Returns a copy of the value. Read more
1.0.0 · 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 PageRotation
impl Debug for PageRotation
source§impl PartialEq for PageRotation
impl PartialEq for PageRotation
source§fn eq(&self, other: &PageRotation) -> bool
fn eq(&self, other: &PageRotation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PageRotation
impl Eq for PageRotation
impl StructuralEq for PageRotation
impl StructuralPartialEq for PageRotation
Auto Trait Implementations§
impl RefUnwindSafe for PageRotation
impl Send for PageRotation
impl Sync for PageRotation
impl Unpin for PageRotation
impl UnwindSafe for PageRotation
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