Enum rpgffi::LimitStateCond
[−]
[src]
#[repr(u32)]pub enum LimitStateCond { LIMIT_INITIAL, LIMIT_RESCAN, LIMIT_EMPTY, LIMIT_INWINDOW, LIMIT_SUBPLANEOF, LIMIT_WINDOWEND, LIMIT_WINDOWSTART, }
Variants
LIMIT_INITIALLIMIT_RESCANLIMIT_EMPTYLIMIT_INWINDOWLIMIT_SUBPLANEOFLIMIT_WINDOWENDLIMIT_WINDOWSTART
Trait Implementations
impl Debug for LimitStateCond[src]
impl Copy for LimitStateCond[src]
impl Clone for LimitStateCond[src]
fn clone(&self) -> LimitStateCond[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 PartialEq for LimitStateCond[src]
fn eq(&self, __arg_0: &LimitStateCond) -> bool[src]
This 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]
This method tests for !=.