Enum iui::draw::LineJoin[][src]

#[repr(u32)]
pub enum LineJoin { Miter, Round, Bevel, }

Variants

Trait Implementations

impl Copy for uiDrawLineJoin
[src]

impl PartialEq<uiDrawLineJoin> for uiDrawLineJoin
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for uiDrawLineJoin
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for uiDrawLineJoin
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for uiDrawLineJoin

impl Sync for uiDrawLineJoin