Enum rpgffi::LimitStateCond [] [src]

#[repr(u32)]
pub enum LimitStateCond { LIMIT_INITIAL, LIMIT_RESCAN, LIMIT_EMPTY, LIMIT_INWINDOW, LIMIT_SUBPLANEOF, LIMIT_WINDOWEND, LIMIT_WINDOWSTART, }

Variants

Trait Implementations

impl Debug for LimitStateCond
[src]

[src]

Formats the value using the given formatter.

impl Copy for LimitStateCond
[src]

impl Clone for LimitStateCond
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for LimitStateCond
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for LimitStateCond
[src]

impl Hash for LimitStateCond
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more