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