#[repr(u8)]pub enum ValueType {
SetParameter = 0,
Momentary = 1,
}Expand description
VCP feature type.
Variants§
SetParameter = 0
Sending a command of this type changes some aspect of the monitor’s operation.
Momentary = 1
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.
Auto Trait Implementations§
impl Freeze for ValueType
impl RefUnwindSafe for ValueType
impl Send for ValueType
impl Sync for ValueType
impl Unpin for ValueType
impl UnwindSafe for ValueType
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