pub struct CellVoltageMinStruct {
pub limit: u16,
}Expand description
Get the minimum allowed cell voltage
Fields§
§limit: u16The minimum voltage allowed for any individual cell. 0~5000: 0~5V
Trait Implementations§
Source§impl Clone for CellVoltageMinStruct
impl Clone for CellVoltageMinStruct
Source§fn clone(&self) -> CellVoltageMinStruct
fn clone(&self) -> CellVoltageMinStruct
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CellVoltageMinStruct
impl Debug for CellVoltageMinStruct
Source§impl Default for CellVoltageMinStruct
impl Default for CellVoltageMinStruct
Source§fn default() -> CellVoltageMinStruct
fn default() -> CellVoltageMinStruct
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CellVoltageMinStruct
impl<'de> Deserialize<'de> for CellVoltageMinStruct
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl DeserializePayload for CellVoltageMinStruct
impl DeserializePayload for CellVoltageMinStruct
fn deserialize(payload: &[u8]) -> Self
Source§impl MessageInfo for CellVoltageMinStruct
impl MessageInfo for CellVoltageMinStruct
Source§impl PartialEq for CellVoltageMinStruct
impl PartialEq for CellVoltageMinStruct
Source§impl Serialize for CellVoltageMinStruct
impl Serialize for CellVoltageMinStruct
impl StructuralPartialEq for CellVoltageMinStruct
Auto Trait Implementations§
impl Freeze for CellVoltageMinStruct
impl RefUnwindSafe for CellVoltageMinStruct
impl Send for CellVoltageMinStruct
impl Sync for CellVoltageMinStruct
impl Unpin for CellVoltageMinStruct
impl UnwindSafe for CellVoltageMinStruct
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more