pub struct BPCR { /* private fields */ }
Expand description
Back Porch Configuration Register
Implementations§
Auto Trait Implementations§
impl !Freeze for BPCR
impl !RefUnwindSafe for BPCR
impl Send for BPCR
impl !Sync for BPCR
impl Unpin for BPCR
impl UnwindSafe for BPCR
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