Struct libosu::RelativeTime[][src]

pub struct RelativeTime { /* fields omitted */ }

A relative representation of time, based on another time location.

Trait Implementations

impl Clone for RelativeTime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RelativeTime
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations