Struct fatfs::Date [] [src]

pub struct Date {
    pub year: u16,
    pub month: u16,
    pub day: u16,
}

Fields

Trait Implementations

impl Clone for Date
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Date
[src]

impl Debug for Date
[src]

[src]

Formats the value using the given formatter.