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