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