Enum gdnative_common::Line2DLineTextureMode [−][src]
#[repr(u32)]pub enum Line2DLineTextureMode { None, Tile, Stretch, }
Variants
NoneTileStretch
Trait Implementations
impl Copy for Line2DLineTextureMode[src]
impl Copy for Line2DLineTextureModeimpl Clone for Line2DLineTextureMode[src]
impl Clone for Line2DLineTextureModefn clone(&self) -> Line2DLineTextureMode[src]
fn clone(&self) -> Line2DLineTextureModeReturns 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 Line2DLineTextureMode[src]
impl Debug for Line2DLineTextureModefn 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 Line2DLineTextureMode[src]
impl PartialEq for Line2DLineTextureModefn eq(&self, other: &Line2DLineTextureMode) -> bool[src]
fn eq(&self, other: &Line2DLineTextureMode) -> 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 Line2DLineTextureMode[src]
impl Eq for Line2DLineTextureModeimpl Hash for Line2DLineTextureMode[src]
impl Hash for Line2DLineTextureModeAuto Trait Implementations
impl Send for Line2DLineTextureMode
impl Send for Line2DLineTextureModeimpl Sync for Line2DLineTextureMode
impl Sync for Line2DLineTextureMode