Enum iui::draw::LineCap[][src]

#[repr(u32)]
pub enum LineCap { Flat, Round, Square, }

Variants

Trait Implementations

impl Copy for uiDrawLineCap
[src]

impl PartialEq<uiDrawLineCap> for uiDrawLineCap
[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 uiDrawLineCap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for uiDrawLineCap
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for uiDrawLineCap

impl Sync for uiDrawLineCap