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