#[repr(C)]
pub struct BatteryState_Raw {
Show 16 fields pub header: Header_Raw, pub voltage: f32, pub temperature: f32, pub current: f32, pub charge: f32, pub capacity: f32, pub design_capacity: f32, pub percentage: f32, pub power_supply_status: u8, pub power_supply_health: u8, pub power_supply_technology: u8, pub present: bool, pub cell_voltage: FFISeq<f32>, pub cell_temperature: FFISeq<f32>, pub location: FFIString, pub serial_number: FFIString,
}

Fields

header: Header_Rawvoltage: f32temperature: f32current: f32charge: f32capacity: f32design_capacity: f32percentage: f32power_supply_status: u8power_supply_health: u8power_supply_technology: u8present: boolcell_voltage: FFISeq<f32>cell_temperature: FFISeq<f32>location: FFIStringserial_number: FFIString

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.