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 for IdentifyDeviceControlString
impl PartialEq 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 ==
.impl Copy for IdentifyDeviceControlString
impl Eq for IdentifyDeviceControlString
impl StructuralEq for IdentifyDeviceControlString
impl StructuralPartialEq for IdentifyDeviceControlString
Auto Trait Implementations§
impl RefUnwindSafe for IdentifyDeviceControlString
impl Send for IdentifyDeviceControlString
impl Sync for IdentifyDeviceControlString
impl Unpin for IdentifyDeviceControlString
impl UnwindSafe for IdentifyDeviceControlString
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