pub enum LineCapType {
Butt,
Round,
Square,
}Expand description
TS LineCapType.
Variants§
Trait Implementations§
Source§impl Clone for LineCapType
impl Clone for LineCapType
Source§fn clone(&self) -> LineCapType
fn clone(&self) -> LineCapType
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 LineCapType
Source§impl Debug for LineCapType
impl Debug for LineCapType
impl Eq for LineCapType
Source§impl PartialEq for LineCapType
impl PartialEq for LineCapType
Source§fn eq(&self, other: &LineCapType) -> bool
fn eq(&self, other: &LineCapType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LineCapType
Auto Trait Implementations§
impl Freeze for LineCapType
impl RefUnwindSafe for LineCapType
impl Send for LineCapType
impl Sync for LineCapType
impl Unpin for LineCapType
impl UnsafeUnpin for LineCapType
impl UnwindSafe for LineCapType
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