Struct ebustl::Time [] [src]

pub struct Time {
    pub hours: u8,
    pub minutes: u8,
    pub seconds: u8,
    pub frames: u8,
}

Fields

Methods

impl Time
[src]

Trait Implementations

impl Debug for Time
[src]

Formats the value using the given formatter.

impl PartialEq for Time
[src]

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

This method tests for !=.

impl Display for Time
[src]

Formats the value using the given formatter. Read more