Enum libbgmrank::State [] [src]

#[repr(u32)]
pub enum State { Wish, Collect, Do, OnHold, Dropped, }

Variants

Trait Implementations

impl Clone for State
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for State
[src]

impl ToStaticStr for State
[src]

[src]

impl Display for State
[src]

[src]

Formats the value using the given formatter. Read more

impl ListAll for State
[src]

impl FromStr for State
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

impl CLike for State
[src]

[src]

Converts a C-like enum to a u32.

[src]

Converts a u32 to a C-like enum. This method only needs to be safe for possible return values of to_u32 of this trait. Read more

Auto Trait Implementations

impl Send for State

impl Sync for State