pub enum RD {
Show 16 variants
DR0 = 0,
DR1 = 1,
DR2 = 2,
DR3 = 3,
DR4 = 4,
DR5 = 5,
DR6 = 6,
DR7 = 7,
DR8 = 8,
DR9 = 9,
DR10 = 10,
DR11 = 11,
DR12 = 12,
DR13 = 13,
DR14 = 14,
DR15 = 15,
}
Expand description
4-byte debug registers.
Variants§
DR0 = 0
DR1 = 1
DR2 = 2
DR3 = 3
DR4 = 4
DR5 = 5
DR6 = 6
DR7 = 7
DR8 = 8
DR9 = 9
DR10 = 10
DR11 = 11
DR12 = 12
DR13 = 13
DR14 = 14
DR15 = 15
Trait Implementations§
impl Copy for RD
impl Eq for RD
impl StructuralPartialEq for RD
Auto Trait Implementations§
impl Freeze for RD
impl RefUnwindSafe for RD
impl Send for RD
impl Sync for RD
impl Unpin for RD
impl UnwindSafe for RD
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