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