pub enum CharDirection {
LeftRight,
RightLeft,
}Expand description
Direction of characters being drawn
Variants§
Trait Implementations§
Source§impl Clone for CharDirection
impl Clone for CharDirection
Source§fn clone(&self) -> CharDirection
fn clone(&self) -> CharDirection
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 moreimpl Copy for CharDirection
Source§impl Debug for CharDirection
impl Debug for CharDirection
Source§impl PartialEq for CharDirection
impl PartialEq for CharDirection
impl StructuralPartialEq for CharDirection
Auto Trait Implementations§
impl Freeze for CharDirection
impl RefUnwindSafe for CharDirection
impl Send for CharDirection
impl Sync for CharDirection
impl Unpin for CharDirection
impl UnsafeUnpin for CharDirection
impl UnwindSafe for CharDirection
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