Struct stm32l432xx_hal::datetime::Hour[][src]

pub struct Hour(pub u32);

Hours

Trait Implementations

impl Clone for Hour
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Hour
[src]

impl Debug for Hour
[src]

Formats the value using the given formatter. Read more

impl Into<Second> for Hour
[src]

Performs the conversion.

impl From<Hour> for u32
[src]

Performs the conversion.

impl From<Hour> for u16
[src]

Performs the conversion.

impl From<Hour> for u8
[src]

Performs the conversion.

impl From<u32> for Hour
[src]

Performs the conversion.

impl From<u16> for Hour
[src]

Performs the conversion.

impl From<u8> for Hour
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Hour

impl Sync for Hour