pub enum LineShape {
Linear,
Spline,
Hv,
Vh,
Hvh,
Vhv,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LineShape
impl RefUnwindSafe for LineShape
impl Send for LineShape
impl Sync for LineShape
impl Unpin for LineShape
impl UnwindSafe for LineShape
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