pub enum LineJoinType {
Miter,
Round,
Bevel,
}Expand description
TS LineJoinType.
Variants§
Trait Implementations§
Source§impl Clone for LineJoinType
impl Clone for LineJoinType
Source§fn clone(&self) -> LineJoinType
fn clone(&self) -> LineJoinType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LineJoinType
Source§impl Debug for LineJoinType
impl Debug for LineJoinType
impl Eq for LineJoinType
Source§impl PartialEq for LineJoinType
impl PartialEq for LineJoinType
Source§fn eq(&self, other: &LineJoinType) -> bool
fn eq(&self, other: &LineJoinType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LineJoinType
Auto Trait Implementations§
impl Freeze for LineJoinType
impl RefUnwindSafe for LineJoinType
impl Send for LineJoinType
impl Sync for LineJoinType
impl Unpin for LineJoinType
impl UnsafeUnpin for LineJoinType
impl UnwindSafe for LineJoinType
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