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