#[repr(u8)]pub enum Hrsel {
HREQPIN = 0,
INPUT_TRIGGER = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Hrsel
impl Ord for Hrsel
Source§impl PartialOrd for Hrsel
impl PartialOrd for Hrsel
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