pub struct Adcvsc { /* private fields */ }Expand description
Start Combined Cell Voltage and SC Conversion and Poll Status
Trait Implementations§
Source§impl HasDCPOption for Adcvsc
impl HasDCPOption for Adcvsc
fn set_dcp_option(self) -> Self
Source§impl HasMDOption for Adcvsc
impl HasMDOption for Adcvsc
fn set_md_option(self, md_bits: MDSetting) -> Self
Auto Trait Implementations§
impl Freeze for Adcvsc
impl RefUnwindSafe for Adcvsc
impl Send for Adcvsc
impl Sync for Adcvsc
impl Unpin for Adcvsc
impl UnsafeUnpin for Adcvsc
impl UnwindSafe for Adcvsc
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