[−][src]Struct gomspace_p31u_api::EpsBatteryConfig
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][+]
T: Clone,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src][+]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,