Struct stm32l432xx_hal::datetime::Month[][src]

pub struct Month(pub u32);

Month (1-12)

Trait Implementations

impl Clone for Month
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Month
[src]

impl Debug for Month
[src]

Formats the value using the given formatter. Read more

impl From<Month> for u32
[src]

Performs the conversion.

impl From<Month> for u16
[src]

Performs the conversion.

impl From<Month> for u8
[src]

Performs the conversion.

impl From<u32> for Month
[src]

Performs the conversion.

impl From<u16> for Month
[src]

Performs the conversion.

impl From<u8> for Month
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Month

impl Sync for Month