pub struct SetCellVoltageMinimumStruct {
pub limit: u16,
}Expand description
Set 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 SetCellVoltageMinimumStruct
impl Clone for SetCellVoltageMinimumStruct
Source§fn clone(&self) -> SetCellVoltageMinimumStruct
fn clone(&self) -> SetCellVoltageMinimumStruct
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 SetCellVoltageMinimumStruct
impl Debug for SetCellVoltageMinimumStruct
Source§impl Default for SetCellVoltageMinimumStruct
impl Default for SetCellVoltageMinimumStruct
Source§fn default() -> SetCellVoltageMinimumStruct
fn default() -> SetCellVoltageMinimumStruct
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetCellVoltageMinimumStruct
impl<'de> Deserialize<'de> for SetCellVoltageMinimumStruct
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 SetCellVoltageMinimumStruct
impl DeserializePayload for SetCellVoltageMinimumStruct
fn deserialize(payload: &[u8]) -> Self
impl StructuralPartialEq for SetCellVoltageMinimumStruct
Auto Trait Implementations§
impl Freeze for SetCellVoltageMinimumStruct
impl RefUnwindSafe for SetCellVoltageMinimumStruct
impl Send for SetCellVoltageMinimumStruct
impl Sync for SetCellVoltageMinimumStruct
impl Unpin for SetCellVoltageMinimumStruct
impl UnwindSafe for SetCellVoltageMinimumStruct
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