pub struct PSMKR { /* private fields */ }
Expand description
polling status mask register
Implementations§
Auto Trait Implementations§
impl !Freeze for PSMKR
impl !RefUnwindSafe for PSMKR
impl Send for PSMKR
impl !Sync for PSMKR
impl Unpin for PSMKR
impl UnwindSafe for PSMKR
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