Enum iui::draw::LineJoin [−][src]
#[repr(u32)]pub enum LineJoin { Miter, Round, Bevel, }
Variants
Miter
Round
Bevel
Trait Implementations
impl Copy for uiDrawLineJoin
[src]
impl Copy for uiDrawLineJoin
impl PartialEq<uiDrawLineJoin> for uiDrawLineJoin
[src]
impl PartialEq<uiDrawLineJoin> for uiDrawLineJoin
fn eq(&self, other: &uiDrawLineJoin) -> bool
[src]
fn eq(&self, other: &uiDrawLineJoin) -> 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 uiDrawLineJoin
[src]
impl Clone for uiDrawLineJoin
fn clone(&self) -> uiDrawLineJoin
[src]
fn clone(&self) -> uiDrawLineJoin
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 uiDrawLineJoin
[src]
impl Debug for uiDrawLineJoin
Auto Trait Implementations
impl Send for uiDrawLineJoin
impl Send for uiDrawLineJoin
impl Sync for uiDrawLineJoin
impl Sync for uiDrawLineJoin