pub enum TextVertical {
Horizontal,
Vertical,
Vertical270,
WordArtVertical,
EastAsianVertical,
MongolianVertical,
WordArtVerticalRtl,
}Expand description
The seven values of ST_TextVerticalType.
Variants§
Horizontal
Vertical
Vertical270
WordArtVertical
EastAsianVertical
MongolianVertical
WordArtVerticalRtl
Trait Implementations§
Source§impl Clone for TextVertical
impl Clone for TextVertical
Source§fn clone(&self) -> TextVertical
fn clone(&self) -> TextVertical
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 TextVertical
Source§impl Debug for TextVertical
impl Debug for TextVertical
impl Eq for TextVertical
Source§impl PartialEq for TextVertical
impl PartialEq for TextVertical
impl StructuralPartialEq for TextVertical
Auto Trait Implementations§
impl Freeze for TextVertical
impl RefUnwindSafe for TextVertical
impl Send for TextVertical
impl Sync for TextVertical
impl Unpin for TextVertical
impl UnsafeUnpin for TextVertical
impl UnwindSafe for TextVertical
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