Struct livesplit_core::TimeSpan [] [src]

pub struct TimeSpan(_);

Methods

impl TimeSpan
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl From<Duration> for TimeSpan
[src]

[src]

Performs the conversion.

impl Add for TimeSpan
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub for TimeSpan
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Neg for TimeSpan
[src]

The resulting type after applying the - operator.

[src]

Performs the unary - operation.

impl Copy for TimeSpan
[src]

impl Clone for TimeSpan
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TimeSpan
[src]

[src]

Formats the value using the given formatter.

impl Eq for TimeSpan
[src]

impl PartialEq for TimeSpan
[src]

[src]

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

[src]

This method tests for !=.

impl Ord for TimeSpan
[src]

[src]

This method returns an Ordering between self and other. Read more

1.22.0
[src]

Compares and returns the maximum of two values. Read more

1.22.0
[src]

Compares and returns the minimum of two values. Read more

impl PartialOrd for TimeSpan
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

[src]

This method tests less than (for self and other) and is used by the < operator. Read more

[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl FromStr for TimeSpan
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

impl Default for TimeSpan
[src]

[src]

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

impl From<StdDuration> for TimeSpan
[src]

[src]

Performs the conversion.

impl AddAssign for TimeSpan
[src]

[src]

Performs the += operation.

impl SubAssign for TimeSpan
[src]

[src]

Performs the -= operation.