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