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