pub enum InnerJoin {
Bevel = 0,
Miter = 1,
Jag = 2,
Round = 3,
}Expand description
Inner join style at sharp inward corners.
Variants§
Trait Implementations§
impl Copy for InnerJoin
impl Eq for InnerJoin
impl StructuralPartialEq for InnerJoin
Auto Trait Implementations§
impl Freeze for InnerJoin
impl RefUnwindSafe for InnerJoin
impl Send for InnerJoin
impl Sync for InnerJoin
impl Unpin for InnerJoin
impl UnwindSafe for InnerJoin
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