pub enum ShapeType {
Show 28 variants
Rect,
RoundRect,
Ellipse,
Triangle,
Diamond,
Pentagon,
Hexagon,
Octagon,
RightArrow,
LeftArrow,
UpArrow,
DownArrow,
LeftRightArrow,
UpDownArrow,
Star4,
Star5,
Star6,
FlowchartProcess,
FlowchartDecision,
FlowchartTerminator,
FlowchartData,
Heart,
Lightning,
Plus,
Minus,
Cloud,
Callout1,
Callout2,
}Expand description
Preset geometry shape types supported by OOXML.
Variants§
Rect
RoundRect
Ellipse
Triangle
Diamond
Pentagon
Hexagon
Octagon
RightArrow
LeftArrow
UpArrow
DownArrow
LeftRightArrow
UpDownArrow
Star4
Star5
Star6
FlowchartProcess
FlowchartDecision
FlowchartTerminator
FlowchartData
Heart
Lightning
Plus
Minus
Cloud
Callout1
Callout2
Implementations§
Trait Implementations§
impl StructuralPartialEq for ShapeType
Auto Trait Implementations§
impl Freeze for ShapeType
impl RefUnwindSafe for ShapeType
impl Send for ShapeType
impl Sync for ShapeType
impl Unpin for ShapeType
impl UnwindSafe for ShapeType
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