Struct stm32l432xx_hal::datetime::Time[][src]

pub struct Time {
    pub hours: u32,
    pub minutes: u32,
    pub seconds: u32,
    pub daylight_savings: bool,
}

Fields

Methods

impl Time
[src]

Trait Implementations

impl Clone for Time
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Time
[src]

impl Debug for Time
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Time

impl Sync for Time