Struct stm32l432xx_hal::datetime::Date[][src]

pub struct Date {
    pub day: u32,
    pub date: u32,
    pub month: u32,
    pub year: u32,
}

Fields

Methods

impl Date
[src]

Trait Implementations

impl Clone for Date
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Date
[src]

impl Debug for Date
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Date

impl Sync for Date