#[repr(u8)]pub enum Roirq {
ROIRQ_0 = 0,
ROIRQ_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Roirq
impl Ord for Roirq
Source§impl PartialOrd for Roirq
impl PartialOrd for Roirq
impl Copy for Roirq
impl Eq for Roirq
impl StructuralPartialEq for Roirq
Auto Trait Implementations§
impl Freeze for Roirq
impl RefUnwindSafe for Roirq
impl Send for Roirq
impl Sync for Roirq
impl Unpin for Roirq
impl UnwindSafe for Roirq
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