pub struct Adol { /* private fields */ }Expand description
Start Overlap Measurements on Cell 7 and Cell 13 (only LTC6812/13) Voltages
Trait Implementations§
Source§impl HasDCPOption for Adol
impl HasDCPOption for Adol
fn set_dcp_option(self) -> Self
Source§impl HasMDOption for Adol
impl HasMDOption for Adol
fn set_md_option(self, md_bits: MDSetting) -> Self
Auto Trait Implementations§
impl Freeze for Adol
impl RefUnwindSafe for Adol
impl Send for Adol
impl Sync for Adol
impl Unpin for Adol
impl UnsafeUnpin for Adol
impl UnwindSafe for Adol
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