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 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 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