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