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