pub struct Dr7;
Debug Control Register (DR7).
Configures debug conditions for debug exceptions.
Read the current set of DR7 flags.
Read the current raw DR7 value.
Write DR7 value.
Preserves the value of reserved fields.
Write raw DR7 value.
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.
[From]<T> for U