Struct stm32l432xx_hal::datetime::Day[][src]

pub struct Day(pub u32);

Day (1-7)

Trait Implementations

impl Clone for Day
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Day
[src]

impl Debug for Day
[src]

Formats the value using the given formatter. Read more

impl From<Day> for u32
[src]

Performs the conversion.

impl From<Day> for u16
[src]

Performs the conversion.

impl From<Day> for u8
[src]

Performs the conversion.

impl From<u32> for Day
[src]

Performs the conversion.

impl From<u16> for Day
[src]

Performs the conversion.

impl From<u8> for Day
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Day

impl Sync for Day