pub struct BCDR { /* private fields */ }
Expand description
Battery charging detector
Implementations§
Auto Trait Implementations§
impl !Freeze for BCDR
impl !RefUnwindSafe for BCDR
impl Send for BCDR
impl !Sync for BCDR
impl Unpin for BCDR
impl UnwindSafe for BCDR
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