Enum native_windows_gui::constants::LineJoin
[−]
[src]
pub enum LineJoin { Miter, Bevel, Round, MiterOrBevel, }
Line join type used when creating a Pen
Variants
Miter
Bevel
Round
MiterOrBevel
Trait Implementations
impl Clone for LineJoin
[src]
fn clone(&self) -> LineJoin
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