Enum gdnative_common::Line2DLineJointMode [−][src]
#[repr(u32)]pub enum Line2DLineJointMode { Sharp, Bevel, Round, }
Variants
SharpBevelRound
Trait Implementations
impl Copy for Line2DLineJointMode[src]
impl Copy for Line2DLineJointModeimpl Clone for Line2DLineJointMode[src]
impl Clone for Line2DLineJointModefn clone(&self) -> Line2DLineJointMode[src]
fn clone(&self) -> Line2DLineJointModeReturns 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 Line2DLineJointMode[src]
impl Debug for Line2DLineJointModefn 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 Line2DLineJointMode[src]
impl PartialEq for Line2DLineJointModefn eq(&self, other: &Line2DLineJointMode) -> bool[src]
fn eq(&self, other: &Line2DLineJointMode) -> 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 Line2DLineJointMode[src]
impl Eq for Line2DLineJointModeimpl Hash for Line2DLineJointMode[src]
impl Hash for Line2DLineJointModeAuto Trait Implementations
impl Send for Line2DLineJointMode
impl Send for Line2DLineJointModeimpl Sync for Line2DLineJointMode
impl Sync for Line2DLineJointMode