Struct tsc_time::Stop[][src]

pub struct Stop(_);

Stop time instant

Methods

impl Stop
[src]

Stop measurement

Trait Implementations

impl Sub<Start> for Stop
[src]

The resulting type after applying the - operator.

Performs the - operation.

Auto Trait Implementations

impl Send for Stop

impl Sync for Stop