Struct screeps::constants::find::Exit
[−]
[src]
pub struct Exit(_);
Methods
impl Exit[src]
fn top() -> Self[src]
fn right() -> Self[src]
fn bottom() -> Self[src]
fn left() -> Self[src]
fn all() -> Self[src]
Trait Implementations
impl Copy for Exit[src]
impl Clone for Exit[src]
fn clone(&self) -> Exit[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for Exit[src]
impl PartialEq for Exit[src]
fn eq(&self, __arg_0: &Exit) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Exit) -> bool[src]
This method tests for !=.
impl Eq for Exit[src]
impl TryFrom<i32> for Exit[src]
type Error = i32
The type returned in the event of a conversion error.
fn try_from(v: i32) -> Result<Exit, Self::Error>[src]
Performs the conversion.