Trait playdate_graphics::LineCapStyleExt
source · pub trait LineCapStyleExt {
const Butt: LineCapStyle = LineCapStyle::kLineCapStyleButt;
const Square: LineCapStyle = LineCapStyle::kLineCapStyleSquare;
const Round: LineCapStyle = LineCapStyle::kLineCapStyleRound;
}Provided Associated Constants§
const Butt: LineCapStyle = LineCapStyle::kLineCapStyleButt
const Square: LineCapStyle = LineCapStyle::kLineCapStyleSquare
const Round: LineCapStyle = LineCapStyle::kLineCapStyleRound
Object Safety§
This trait is not object safe.