Struct libosu::AbsoluteTime[][src]

pub struct AbsoluteTime(_);

An absolute representation of time.

Methods

impl AbsoluteTime
[src]

Creates a new AbsoluteTime out of a i32.

Trait Implementations

impl Clone for AbsoluteTime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AbsoluteTime
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations