pub enum EndType {
PolygonEnd,
JoinedEnd,
SquaerEnd,
RoundEnd,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EndType
impl RefUnwindSafe for EndType
impl Send for EndType
impl Sync for EndType
impl Unpin for EndType
impl UnwindSafe for EndType
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