pub enum TextDirectionType {
Lr,
LrV,
Rl,
RlV,
Tb,
TbV,
TbRlV,
TbRl,
BtLr,
LrTbV,
}
Variants§
Trait Implementations§
Source§impl Clone for TextDirectionType
impl Clone for TextDirectionType
Source§fn clone(&self) -> TextDirectionType
fn clone(&self) -> TextDirectionType
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 TextDirectionType
impl Debug for TextDirectionType
Source§impl Display for TextDirectionType
impl Display for TextDirectionType
Source§impl FromStr for TextDirectionType
impl FromStr for TextDirectionType
Source§impl PartialEq for TextDirectionType
impl PartialEq for TextDirectionType
Source§impl Serialize for TextDirectionType
impl Serialize for TextDirectionType
impl Copy for TextDirectionType
impl StructuralPartialEq for TextDirectionType
Auto Trait Implementations§
impl Freeze for TextDirectionType
impl RefUnwindSafe for TextDirectionType
impl Send for TextDirectionType
impl Sync for TextDirectionType
impl Unpin for TextDirectionType
impl UnwindSafe for TextDirectionType
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