Enum gdnative_common::Line2DLineCapMode [−][src]
#[repr(u32)]pub enum Line2DLineCapMode { None, Box, Round, }
Variants
NoneBoxRound
Trait Implementations
impl Copy for Line2DLineCapMode[src]
impl Copy for Line2DLineCapModeimpl Clone for Line2DLineCapMode[src]
impl Clone for Line2DLineCapModefn clone(&self) -> Line2DLineCapMode[src]
fn clone(&self) -> Line2DLineCapModeReturns 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 Line2DLineCapMode[src]
impl Debug for Line2DLineCapModefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Line2DLineCapMode[src]
impl PartialEq for Line2DLineCapModefn eq(&self, other: &Line2DLineCapMode) -> bool[src]
fn eq(&self, other: &Line2DLineCapMode) -> 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 Eq for Line2DLineCapMode[src]
impl Eq for Line2DLineCapModeimpl Hash for Line2DLineCapMode[src]
impl Hash for Line2DLineCapModeAuto Trait Implementations
impl Send for Line2DLineCapMode
impl Send for Line2DLineCapModeimpl Sync for Line2DLineCapMode
impl Sync for Line2DLineCapMode