Struct bluerobotics_ping::bluebps::CellTimeoutStruct
source · pub struct CellTimeoutStruct {
pub timeout: u16,
}Expand description
Get the undervoltage timeout
Fields§
§timeout: u16If an individual cell exceeds the configured limit for this duration of time, the power will be locked-out
Trait Implementations§
source§impl Clone for CellTimeoutStruct
impl Clone for CellTimeoutStruct
source§fn clone(&self) -> CellTimeoutStruct
fn clone(&self) -> CellTimeoutStruct
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 CellTimeoutStruct
impl Debug for CellTimeoutStruct
source§impl Default for CellTimeoutStruct
impl Default for CellTimeoutStruct
source§fn default() -> CellTimeoutStruct
fn default() -> CellTimeoutStruct
Returns the “default value” for a type. Read more
source§impl DeserializePayload for CellTimeoutStruct
impl DeserializePayload for CellTimeoutStruct
fn deserialize(payload: &[u8]) -> Self
source§impl PartialEq for CellTimeoutStruct
impl PartialEq for CellTimeoutStruct
source§fn eq(&self, other: &CellTimeoutStruct) -> bool
fn eq(&self, other: &CellTimeoutStruct) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl SerializePayload for CellTimeoutStruct
impl SerializePayload for CellTimeoutStruct
impl StructuralPartialEq for CellTimeoutStruct
Auto Trait Implementations§
impl Freeze for CellTimeoutStruct
impl RefUnwindSafe for CellTimeoutStruct
impl Send for CellTimeoutStruct
impl Sync for CellTimeoutStruct
impl Unpin for CellTimeoutStruct
impl UnwindSafe for CellTimeoutStruct
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