Enum pdf_writer::types::WritingMode
source · pub enum WritingMode {
LtrTtb,
RtlTtb,
TtbRtl,
}Expand description
Writing direction.
Variants§
LtrTtb
Horizontal writing mode, left-to-right.
RtlTtb
Horizontal writing mode, right-to-left.
TtbRtl
Vertical writing mode, right-to-left.
Trait Implementations§
source§impl Clone for WritingMode
impl Clone for WritingMode
source§fn clone(&self) -> WritingMode
fn clone(&self) -> WritingMode
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 WritingMode
impl Debug for WritingMode
source§impl Hash for WritingMode
impl Hash for WritingMode
source§impl PartialEq for WritingMode
impl PartialEq for WritingMode
source§fn eq(&self, other: &WritingMode) -> bool
fn eq(&self, other: &WritingMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for WritingMode
impl Eq for WritingMode
impl StructuralEq for WritingMode
impl StructuralPartialEq for WritingMode
Auto Trait Implementations§
impl RefUnwindSafe for WritingMode
impl Send for WritingMode
impl Sync for WritingMode
impl Unpin for WritingMode
impl UnwindSafe for WritingMode
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