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