pub enum LineEndType {
None,
Triangle,
Stealth,
Diamond,
Oval,
Arrow,
}Expand description
DrawingML line endpoint shape.
Variants§
Trait Implementations§
Source§impl Clone for LineEndType
impl Clone for LineEndType
Source§fn clone(&self) -> LineEndType
fn clone(&self) -> LineEndType
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 LineEndType
Source§impl Debug for LineEndType
impl Debug for LineEndType
impl Eq for LineEndType
Source§impl PartialEq for LineEndType
impl PartialEq for LineEndType
impl StructuralPartialEq for LineEndType
Auto Trait Implementations§
impl Freeze for LineEndType
impl RefUnwindSafe for LineEndType
impl Send for LineEndType
impl Sync for LineEndType
impl Unpin for LineEndType
impl UnsafeUnpin for LineEndType
impl UnwindSafe for LineEndType
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