Enum iui::draw::LineCap [−][src]
#[repr(u32)]pub enum LineCap { Flat, Round, Square, }
Variants
Flat
Round
Square
Trait Implementations
impl Copy for uiDrawLineCap
[src]
impl Copy for uiDrawLineCap
impl PartialEq<uiDrawLineCap> for uiDrawLineCap
[src]
impl PartialEq<uiDrawLineCap> for uiDrawLineCap
fn eq(&self, other: &uiDrawLineCap) -> bool
[src]
fn eq(&self, other: &uiDrawLineCap) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Clone for uiDrawLineCap
[src]
impl Clone for uiDrawLineCap
fn clone(&self) -> uiDrawLineCap
[src]
fn clone(&self) -> uiDrawLineCap
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for uiDrawLineCap
[src]
impl Debug for uiDrawLineCap
Auto Trait Implementations
impl Send for uiDrawLineCap
impl Send for uiDrawLineCap
impl Sync for uiDrawLineCap
impl Sync for uiDrawLineCap