Struct livesplit_core::Attempt [] [src]

pub struct Attempt { /* fields omitted */ }

Methods

impl Attempt
[src]

[src]

[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.

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for Attempt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Attempt
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Attempt
[src]

[src]

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

[src]

This method tests for !=.