Struct tps6507x::ChargerConfig[][src]

pub struct ChargerConfig {
    pub charger_enable: bool,
    pub suspend_charge: bool,
    pub charge_termination: bool,
    pub charger_reset: bool,
    pub sensor_type: SensorType,
    pub safety_timer_enable: bool,
    pub charger_safety_timer_timeout: SafetyTimerTimeOut,
}

Fields

charger_enable: boolsuspend_charge: boolcharge_termination: boolcharger_reset: boolsensor_type: SensorTypesafety_timer_enable: boolcharger_safety_timer_timeout: SafetyTimerTimeOut

Trait Implementations

impl Debug for ChargerConfig[src]

impl Default for ChargerConfig[src]

Auto Trait Implementations

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.