Enum iui::draw::LineCap [−][src]
#[repr(u32)]pub enum LineCap { Flat, Round, Square, }
Variants
FlatRoundSquare
Trait Implementations
impl Copy for uiDrawLineCap[src]
impl Copy for uiDrawLineCapimpl PartialEq<uiDrawLineCap> for uiDrawLineCap[src]
impl PartialEq<uiDrawLineCap> for uiDrawLineCapfn eq(&self, other: &uiDrawLineCap) -> bool[src]
fn eq(&self, other: &uiDrawLineCap) -> 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 uiDrawLineCap[src]
impl Clone for uiDrawLineCapfn clone(&self) -> uiDrawLineCap[src]
fn clone(&self) -> uiDrawLineCapReturns 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 uiDrawLineCapAuto Trait Implementations
impl Send for uiDrawLineCap
impl Send for uiDrawLineCapimpl Sync for uiDrawLineCap
impl Sync for uiDrawLineCap