Struct fatfs::Time [] [src]

pub struct Time {
    pub hour: u16,
    pub min: u16,
    pub sec: u16,
}

Fields

Trait Implementations

impl Clone for Time
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Time
[src]

impl Debug for Time
[src]

[src]

Formats the value using the given formatter.