pub enum LineJoinStyle {
MiterJoin,
RoundJoin,
BevelJoin,
}
Variants§
Auto Trait Implementations§
impl Freeze for LineJoinStyle
impl RefUnwindSafe for LineJoinStyle
impl Send for LineJoinStyle
impl Sync for LineJoinStyle
impl Unpin for LineJoinStyle
impl UnwindSafe for LineJoinStyle
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