Enum gdnative::TileMapMode [−][src]
#[repr(u32)]pub enum TileMapMode { ModeSquare, ModeCustom, ModeIsometric, }
Variants
ModeSquareModeCustomModeIsometric
Trait Implementations
impl Copy for TileMapMode[src]
impl Copy for TileMapModeimpl Clone for TileMapMode[src]
impl Clone for TileMapModefn clone(&self) -> TileMapMode[src]
fn clone(&self) -> TileMapModeReturns 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 TileMapMode[src]
impl Debug for TileMapModefn 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 TileMapMode[src]
impl PartialEq for TileMapModefn eq(&self, other: &TileMapMode) -> bool[src]
fn eq(&self, other: &TileMapMode) -> 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 TileMapMode[src]
impl Eq for TileMapModeimpl Hash for TileMapMode[src]
impl Hash for TileMapModeAuto Trait Implementations
impl Send for TileMapMode
impl Send for TileMapModeimpl Sync for TileMapMode
impl Sync for TileMapMode