pub enum EdgeStyle {
Straight,
Spline,
Soft,
}Expand description
Edge geometry styles (EDGE-1).
Variants§
Straight
Spline
Cubic-Bézier spline with the control points lifted off the chord.
Soft
Variable-width feathered ribbon (soft), optional additive glow.
Trait Implementations§
impl Copy for EdgeStyle
impl Eq for EdgeStyle
impl StructuralPartialEq for EdgeStyle
Auto Trait Implementations§
impl Freeze for EdgeStyle
impl RefUnwindSafe for EdgeStyle
impl Send for EdgeStyle
impl Sync for EdgeStyle
impl Unpin for EdgeStyle
impl UnsafeUnpin for EdgeStyle
impl UnwindSafe for EdgeStyle
Blanket Implementations§
impl<T> Allocation for T
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