Enum usvg_tree::WritingMode
source · pub enum WritingMode {
LeftToRight,
TopToBottom,
}
Expand description
A writing mode.
Variants§
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 PartialEq<WritingMode> for WritingMode
impl PartialEq<WritingMode> 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 ==
.