pub enum PR32R {
NotPending = 0,
Pending = 1,
}
Expand description
Pending bit on line 32
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PR32R
impl Eq for PR32R
impl StructuralPartialEq for PR32R
Auto Trait Implementations§
impl Freeze for PR32R
impl RefUnwindSafe for PR32R
impl Send for PR32R
impl Sync for PR32R
impl Unpin for PR32R
impl UnwindSafe for PR32R
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