pub enum StrokeJoinV1 {
Miter,
Bevel,
Round,
}Variants§
Trait Implementations§
Source§impl Clone for StrokeJoinV1
impl Clone for StrokeJoinV1
Source§fn clone(&self) -> StrokeJoinV1
fn clone(&self) -> StrokeJoinV1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StrokeJoinV1
impl Debug for StrokeJoinV1
Source§impl Default for StrokeJoinV1
impl Default for StrokeJoinV1
Source§fn default() -> StrokeJoinV1
fn default() -> StrokeJoinV1
Returns the “default value” for a type. Read more
Source§impl Hash for StrokeJoinV1
impl Hash for StrokeJoinV1
Source§impl PartialEq for StrokeJoinV1
impl PartialEq for StrokeJoinV1
impl Copy for StrokeJoinV1
impl Eq for StrokeJoinV1
impl StructuralPartialEq for StrokeJoinV1
Auto Trait Implementations§
impl Freeze for StrokeJoinV1
impl RefUnwindSafe for StrokeJoinV1
impl Send for StrokeJoinV1
impl Sync for StrokeJoinV1
impl Unpin for StrokeJoinV1
impl UnsafeUnpin for StrokeJoinV1
impl UnwindSafe for StrokeJoinV1
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