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