pub enum CommState {
Error = 0,
Normal = 1,
}Expand description
State of the UPS microcontroller’s communications with an on-board chip.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommState
impl RefUnwindSafe for CommState
impl Send for CommState
impl Sync for CommState
impl Unpin for CommState
impl UnwindSafe for CommState
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