Struct fatfs::Date [] [src]

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

DOS compatible date

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.

impl PartialEq for Date
[src]

[src]

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

[src]

This method tests for !=.

impl From<Date<Local>> for Date
[src]

[src]

Performs the conversion.