pub enum LineJoin {
Miter,
Round,
Bevel,
}Expand description
A line join.
stroke-linejoin attribute in the SVG.
Variants
Miter
Round
Bevel
Trait Implementations
sourceimpl PartialEq<LineJoin> for LineJoin
impl PartialEq<LineJoin> for LineJoin
impl Copy for LineJoin
impl StructuralPartialEq for LineJoin
Auto Trait Implementations
impl RefUnwindSafe for LineJoin
impl Send for LineJoin
impl Sync for LineJoin
impl Unpin for LineJoin
impl UnwindSafe for LineJoin
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> IsDefault for Twhere
T: Default + PartialEq<T> + Copy,
impl<T> IsDefault for Twhere
T: Default + PartialEq<T> + Copy,
sourcefn is_default(&self) -> bool
fn is_default(&self) -> bool
Checks that type has a default value.