Enum screenruster_saver::State [] [src]

pub enum State {
    None,
    Begin,
    Running,
    End,
}

Represents the state of the saver.

Variants

None

The saver is inactive.

Begin

The saver is beginning.

Running

The saver is running.

End

The saver is ending.

Trait Implementations

impl Debug for State
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for State
[src]

fn clone(&self) -> State

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for State
[src]

impl PartialEq for State
[src]

fn eq(&self, __arg_0: &State) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Eq for State
[src]

impl Default for State
[src]

fn default() -> State

Returns the "default value" for a type. Read more