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