pub enum IdentifyDeviceControlString {
Diagnostic,
DynamicallyRedefinableCharacterSet,
Private(u32),
}
Expand description
Valid parameter values to the function IDCS
.
Variants§
Diagnostic
Reserved for use with the DIAGNOSTIC state of the STATUS REPORT TRANSFER MODE.
DynamicallyRedefinableCharacterSet
Reserved for Dynamically Redefinable Character Sets according to Standard ECMA-35.
Private(u32)
Private command string.
Trait Implementations§
source§impl Clone for IdentifyDeviceControlString
impl Clone for IdentifyDeviceControlString
source§fn clone(&self) -> IdentifyDeviceControlString
fn clone(&self) -> IdentifyDeviceControlString
Returns a copy 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 PartialEq<IdentifyDeviceControlString> for IdentifyDeviceControlString
impl PartialEq<IdentifyDeviceControlString> for IdentifyDeviceControlString
source§fn eq(&self, other: &IdentifyDeviceControlString) -> bool
fn eq(&self, other: &IdentifyDeviceControlString) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.