Enum open_protocol::types::ControlDevice
[−]
[src]
pub enum ControlDevice {
Rc,
MobileDevice,
Onboard,
Unknown,
}Variants
RcMobileDeviceOnboardUnknownMethods
impl ControlDevice[src]
Trait Implementations
impl Debug for ControlDevice[src]
impl Clone for ControlDevice[src]
fn clone(&self) -> ControlDevice
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more