pub struct PMISC { /* private fields */ }Expand description
Miscellaneous Port Control Register
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PMISC
impl RefUnwindSafe for PMISC
impl !Sync for PMISC
impl Unpin for PMISC
impl UnwindSafe for PMISC
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