Struct bluerobotics_ping::bluebps::TemperatureMaxStruct
source · pub struct TemperatureMaxStruct {
pub limit: u16,
}Expand description
Get the maximum allowed battery temperature
Fields§
§limit: u16The minimum voltage allowed for any individual cell. 0~5000: 0~5V
Trait Implementations§
source§impl Clone for TemperatureMaxStruct
impl Clone for TemperatureMaxStruct
source§fn clone(&self) -> TemperatureMaxStruct
fn clone(&self) -> TemperatureMaxStruct
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 TemperatureMaxStruct
impl Debug for TemperatureMaxStruct
source§impl Default for TemperatureMaxStruct
impl Default for TemperatureMaxStruct
source§fn default() -> TemperatureMaxStruct
fn default() -> TemperatureMaxStruct
Returns the “default value” for a type. Read more
source§impl DeserializePayload for TemperatureMaxStruct
impl DeserializePayload for TemperatureMaxStruct
fn deserialize(payload: &[u8]) -> Self
source§impl MessageInfo for TemperatureMaxStruct
impl MessageInfo for TemperatureMaxStruct
source§impl PartialEq for TemperatureMaxStruct
impl PartialEq for TemperatureMaxStruct
source§fn eq(&self, other: &TemperatureMaxStruct) -> bool
fn eq(&self, other: &TemperatureMaxStruct) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TemperatureMaxStruct
Auto Trait Implementations§
impl Freeze for TemperatureMaxStruct
impl RefUnwindSafe for TemperatureMaxStruct
impl Send for TemperatureMaxStruct
impl Sync for TemperatureMaxStruct
impl Unpin for TemperatureMaxStruct
impl UnwindSafe for TemperatureMaxStruct
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