pub enum CanvasLineCap {
BUTT,
ROUND,
SQUARE,
}Variants§
Trait Implementations§
Source§impl Clone for CanvasLineCap
impl Clone for CanvasLineCap
Source§fn clone(&self) -> CanvasLineCap
fn clone(&self) -> CanvasLineCap
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 CanvasLineCap
impl Debug for CanvasLineCap
Source§impl From<&CanvasLineCap> for Any
impl From<&CanvasLineCap> for Any
Source§fn from(s: &CanvasLineCap) -> Any
fn from(s: &CanvasLineCap) -> Any
Converts to this type from the input type.
Source§impl From<CanvasLineCap> for Any
impl From<CanvasLineCap> for Any
Source§fn from(s: CanvasLineCap) -> Any
fn from(s: CanvasLineCap) -> Any
Converts to this type from the input type.
Source§impl FromVal for CanvasLineCap
impl FromVal for CanvasLineCap
Source§impl PartialEq for CanvasLineCap
impl PartialEq for CanvasLineCap
Source§impl PartialOrd for CanvasLineCap
impl PartialOrd for CanvasLineCap
impl Copy for CanvasLineCap
impl StructuralPartialEq for CanvasLineCap
Auto Trait Implementations§
impl Freeze for CanvasLineCap
impl RefUnwindSafe for CanvasLineCap
impl Send for CanvasLineCap
impl Sync for CanvasLineCap
impl Unpin for CanvasLineCap
impl UnwindSafe for CanvasLineCap
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