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