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 copy 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 DeserializePayload for SetCellVoltageMinimumStruct
impl DeserializePayload for SetCellVoltageMinimumStruct
fn deserialize(payload: &[u8]) -> Self
source§impl PartialEq for SetCellVoltageMinimumStruct
impl PartialEq for SetCellVoltageMinimumStruct
source§fn eq(&self, other: &SetCellVoltageMinimumStruct) -> bool
fn eq(&self, other: &SetCellVoltageMinimumStruct) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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