[][src]Struct gomspace_p31u_api::EpsBatteryConfig

pub struct EpsBatteryConfig {
    pub batt_maxvoltage: u16,
    pub batt_safevoltage: u16,
    pub batt_criticalvoltage: u16,
    pub batt_normalvoltage: u16,
    pub reserved1: [u32; 2],
    pub reserved2: [u8; 4],
}
[]

EPS battery configuration structure

Fields

batt_maxvoltage: u16
[]

Battery Max level

batt_safevoltage: u16
[]

Safe mode level

batt_criticalvoltage: u16
[]

Critical mode level

batt_normalvoltage: u16
[]

Nominal mode level

reserved1: [u32; 2]
[]

reserved1

reserved2: [u8; 4]
[]

reserved2

Trait Implementations

impl Eq for EpsBatteryConfig[src]

impl Default for EpsBatteryConfig[src][+]

impl Clone for EpsBatteryConfig[src][+]

impl PartialEq<EpsBatteryConfig> for EpsBatteryConfig[src][+]

impl Hash for EpsBatteryConfig[src][+]

impl Debug for EpsBatteryConfig[src][+]

Auto Trait Implementations

impl Send for EpsBatteryConfig

impl Unpin for EpsBatteryConfig

impl Sync for EpsBatteryConfig

impl UnwindSafe for EpsBatteryConfig

impl RefUnwindSafe for EpsBatteryConfig

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src][+]

type Owned = T

The resulting type after obtaining ownership.

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

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> 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> BorrowMut<T> for T where
    T: ?Sized
[src][+]

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

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

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src][+]