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