Enum native_windows_gui::constants::CapStyle
[−]
[src]
pub enum CapStyle { Flat, Square, Round, Triangle, }
Cap style used when creating a Pen
Variants
Flat
Square
Round
Triangle
Trait Implementations
impl Clone for CapStyle
[src]
fn clone(&self) -> CapStyle
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more