Enum mccs::ValueType [] [src]

#[repr(u8)]
pub enum ValueType { SetParameter, Momentary, }

VCP feature type.

Variants

Sending a command of this type changes some aspect of the monitor's operation.

Sending a command of this type causes the monitor to initiate a self-timed operation and then revert to its original state.

Examples include display tests and degaussing.

Trait Implementations

Auto Trait Implementations

impl Send for ValueType

impl Sync for ValueType