Enum Pdbeie
pub enum Pdbeie {
_0 = 0,
_1 = 1,
}Expand description
PDB Sequence Error Interrupt Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Pdbeie
impl Eq for Pdbeie
impl StructuralPartialEq for Pdbeie
Auto Trait Implementations§
impl Freeze for Pdbeie
impl RefUnwindSafe for Pdbeie
impl Send for Pdbeie
impl Sync for Pdbeie
impl Unpin for Pdbeie
impl UnwindSafe for Pdbeie
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