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