Struct livesplit_core::Attempt [] [src]

pub struct Attempt { /* fields omitted */ }

Methods

impl Attempt
[src]

Constructs a new Attempt.

impl Attempt
[src]

Returns the Real Time Duration of the attempt. This either returns a 1.6+ Time Stamp based duration or the duration of the run (assuming it's not resetted) if it's from before LiveSplit 1.6. If it is from before 1.6 and resetted then it will return null.

Trait Implementations

impl Clone for Attempt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Attempt
[src]

Formats the value using the given formatter.