pub enum StrokeCapV1 {
Butt,
Square,
Round,
}Variants§
Trait Implementations§
Source§impl Clone for StrokeCapV1
impl Clone for StrokeCapV1
Source§fn clone(&self) -> StrokeCapV1
fn clone(&self) -> StrokeCapV1
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 StrokeCapV1
impl Debug for StrokeCapV1
Source§impl Default for StrokeCapV1
impl Default for StrokeCapV1
Source§fn default() -> StrokeCapV1
fn default() -> StrokeCapV1
Returns the “default value” for a type. Read more
Source§impl Hash for StrokeCapV1
impl Hash for StrokeCapV1
Source§impl PartialEq for StrokeCapV1
impl PartialEq for StrokeCapV1
impl Copy for StrokeCapV1
impl Eq for StrokeCapV1
impl StructuralPartialEq for StrokeCapV1
Auto Trait Implementations§
impl Freeze for StrokeCapV1
impl RefUnwindSafe for StrokeCapV1
impl Send for StrokeCapV1
impl Sync for StrokeCapV1
impl Unpin for StrokeCapV1
impl UnsafeUnpin for StrokeCapV1
impl UnwindSafe for StrokeCapV1
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