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