pub enum TkJoinStyle {
Bevel,
Miter,
Round,
}
Expand description
Specifies how lines are connected.
Variants§
Auto Trait Implementations§
impl Freeze for TkJoinStyle
impl RefUnwindSafe for TkJoinStyle
impl Send for TkJoinStyle
impl Sync for TkJoinStyle
impl Unpin for TkJoinStyle
impl UnwindSafe for TkJoinStyle
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