Struct gd32vf103_hal::backup::Parts[][src]

pub struct Parts {
    pub data: Data,
    pub tamper: Tamper,
    pub octl: OCTL,
}

BKP Parts

Fields

data: Data

Backup data register

Constrains all BKP_DATAx (x in 0..=41).

tamper: Tamper

Tamper event monitor

Constrains BKP_TPCTL and BKP_TPCS.

octl: OCTL

RTC signal output control register

Constrains BKP_OCTL.

Auto Trait Implementations

impl Send for Parts

impl Sync for Parts

impl Unpin for Parts

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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> 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.