pub enum TextDirectionType {
LrTb,
TbRl,
BtLr,
LrTbV,
TbRlV,
TbLrV,
}
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 Default for TextDirectionType
impl Default for TextDirectionType
Source§fn default() -> TextDirectionType
fn default() -> TextDirectionType
Returns the “default value” for a type. Read more
Source§impl Display for TextDirectionType
impl Display 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