Enum cvar::PropState [] [src]

pub enum PropState {
    Default,
    UserSet,
    Invalid,
}

Property state.

Variants

The property has its default value set.

The property has a non-default value.

The value is not valid in the current context.

Trait Implementations

impl Copy for PropState
[src]

impl Clone for PropState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PropState
[src]

Formats the value using the given formatter.

impl Eq for PropState
[src]

impl PartialEq for PropState
[src]

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

This method tests for !=.