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