[][src]Enum stm32l0::stm32l0x2::rtc::cr::ADD1H_AW

pub enum ADD1H_AW {
    ADD1,
}

Add 1 hour (summer time change)

Value on reset: 0

Variants

ADD1

1: Adds 1 hour to the current time. This can be used for summer time change outside initialization mode

Trait Implementations

impl From<ADD1H_AW> for bool[src]

impl Debug for ADD1H_AW[src]

impl PartialEq<ADD1H_AW> for ADD1H_AW[src]

impl Copy for ADD1H_AW[src]

impl StructuralPartialEq for ADD1H_AW[src]

impl Clone for ADD1H_AW[src]

Auto Trait Implementations

impl Unpin for ADD1H_AW

impl Send for ADD1H_AW

impl Sync for ADD1H_AW

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self