#[repr(u32)]pub enum IdentifyDeviceControlString {
Diagnostic = 0,
DynamicallyRedefinableCharacterSet,
Private(u32),
}Expand description
Valid parameter values to the function IDCS.
Variants§
Diagnostic = 0
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 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 IdentifyDeviceControlString
impl Debug for IdentifyDeviceControlString
impl Copy for IdentifyDeviceControlString
impl Eq for IdentifyDeviceControlString
impl StructuralPartialEq for IdentifyDeviceControlString
Auto Trait Implementations§
impl Freeze for IdentifyDeviceControlString
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