pub enum TextShapeType {
Point,
Box,
}Expand description
TS LayerTextData.shapeType.
Variants§
Trait Implementations§
Source§impl Clone for TextShapeType
impl Clone for TextShapeType
Source§fn clone(&self) -> TextShapeType
fn clone(&self) -> TextShapeType
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 TextShapeType
Source§impl Debug for TextShapeType
impl Debug for TextShapeType
impl Eq for TextShapeType
Source§impl PartialEq for TextShapeType
impl PartialEq for TextShapeType
Source§fn eq(&self, other: &TextShapeType) -> bool
fn eq(&self, other: &TextShapeType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TextShapeType
Auto Trait Implementations§
impl Freeze for TextShapeType
impl RefUnwindSafe for TextShapeType
impl Send for TextShapeType
impl Sync for TextShapeType
impl Unpin for TextShapeType
impl UnsafeUnpin for TextShapeType
impl UnwindSafe for TextShapeType
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