pub struct RdCvB { /* private fields */ }Expand description
Read Cell Voltage Register Group B
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RdCvB
impl RefUnwindSafe for RdCvB
impl Send for RdCvB
impl Sync for RdCvB
impl Unpin for RdCvB
impl UnsafeUnpin for RdCvB
impl UnwindSafe for RdCvB
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