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