pub enum ControlOp {
GetInfo,
GetCaps,
Identify,
Restart,
GetStatus,
SetConfig,
SetMode,
TimeSync,
Vendor,
}Expand description
Control operations enumerated by the spec.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ControlOp
impl<'de> Deserialize<'de> for ControlOp
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ControlOp
impl StructuralPartialEq for ControlOp
Auto Trait Implementations§
impl Freeze for ControlOp
impl RefUnwindSafe for ControlOp
impl Send for ControlOp
impl Sync for ControlOp
impl Unpin for ControlOp
impl UnwindSafe for ControlOp
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