#[repr(C)]pub struct Brr { /* private fields */ }
Expand description
Port bit reset register
Implementations§
Auto Trait Implementations§
impl !Freeze for Brr
impl !RefUnwindSafe for Brr
impl Send for Brr
impl Sync for Brr
impl Unpin for Brr
impl UnwindSafe for Brr
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