Enum livesplit_core::TimingMethod [] [src]

#[repr(u8)]
pub enum TimingMethod { RealTime, GameTime, }

Variants

Methods

impl TimingMethod
[src]

Trait Implementations

impl Copy for TimingMethod
[src]

impl Clone for TimingMethod
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TimingMethod
[src]

Formats the value using the given formatter.

impl Eq for TimingMethod
[src]

impl PartialEq for TimingMethod
[src]

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

This method tests for !=.