Enum iui::draw::LineJoin [−][src]
#[repr(u32)]pub enum LineJoin { Miter, Round, Bevel, }
Variants
MiterRoundBevel
Trait Implementations
impl Copy for uiDrawLineJoin[src]
impl Copy for uiDrawLineJoinimpl PartialEq<uiDrawLineJoin> for uiDrawLineJoin[src]
impl PartialEq<uiDrawLineJoin> for uiDrawLineJoinfn eq(&self, other: &uiDrawLineJoin) -> bool[src]
fn eq(&self, other: &uiDrawLineJoin) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Clone for uiDrawLineJoin[src]
impl Clone for uiDrawLineJoinfn clone(&self) -> uiDrawLineJoin[src]
fn clone(&self) -> uiDrawLineJoinReturns 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 uiDrawLineJoinAuto Trait Implementations
impl Send for uiDrawLineJoin
impl Send for uiDrawLineJoinimpl Sync for uiDrawLineJoin
impl Sync for uiDrawLineJoin