Struct stm32l432xx_hal::datetime::Minute[][src]

pub struct Minute(pub u32);

Minutes

Trait Implementations

impl Clone for Minute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Minute
[src]

impl Debug for Minute
[src]

Formats the value using the given formatter. Read more

impl Into<Second> for Minute
[src]

Performs the conversion.

impl From<Minute> for u32
[src]

Performs the conversion.

impl From<Minute> for u16
[src]

Performs the conversion.

impl From<Minute> for u8
[src]

Performs the conversion.

impl From<u32> for Minute
[src]

Performs the conversion.

impl From<u16> for Minute
[src]

Performs the conversion.

impl From<u8> for Minute
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Minute

impl Sync for Minute