pub struct CommunicationState {
pub bq4050: CommState,
pub ip2368: CommState,
}Expand description
Ability of the UPS to communicate with the on-board BQ4050 gas gauge chip and IP2368 battery charge management chip.
Fields§
§bq4050: CommState§ip2368: CommStateTrait Implementations§
Auto Trait Implementations§
impl Freeze for CommunicationState
impl RefUnwindSafe for CommunicationState
impl Send for CommunicationState
impl Sync for CommunicationState
impl Unpin for CommunicationState
impl UnwindSafe for CommunicationState
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