#[repr(u8)]pub enum RoutineCtrlType {
StartRoutine = 1,
StopRoutine = 2,
RequestRoutineResults = 3,
}Variants§
Trait Implementations§
Source§impl Clone for RoutineCtrlType
impl Clone for RoutineCtrlType
Source§fn clone(&self) -> RoutineCtrlType
fn clone(&self) -> RoutineCtrlType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RoutineCtrlType
impl Debug for RoutineCtrlType
Source§impl Hash for RoutineCtrlType
impl Hash for RoutineCtrlType
Source§impl Into<u8> for RoutineCtrlType
impl Into<u8> for RoutineCtrlType
Source§impl PartialEq for RoutineCtrlType
impl PartialEq for RoutineCtrlType
Source§impl TryFrom<u8> for RoutineCtrlType
impl TryFrom<u8> for RoutineCtrlType
impl Copy for RoutineCtrlType
impl Eq for RoutineCtrlType
impl StructuralPartialEq for RoutineCtrlType
Auto Trait Implementations§
impl Freeze for RoutineCtrlType
impl RefUnwindSafe for RoutineCtrlType
impl Send for RoutineCtrlType
impl Sync for RoutineCtrlType
impl Unpin for RoutineCtrlType
impl UnwindSafe for RoutineCtrlType
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