Struct ddc::commands::GetVcpFeature
[−]
[src]
pub struct GetVcpFeature {
pub code: FeatureCode,
}Fields
code: FeatureCode
Methods
impl GetVcpFeature[src]
pub fn new(code: FeatureCode) -> Self[src]
Trait Implementations
impl Copy for GetVcpFeature[src]
impl Clone for GetVcpFeature[src]
fn clone(&self) -> GetVcpFeature[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for GetVcpFeature[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Command for GetVcpFeature[src]
type Ok = VcpValue
const MIN_LEN: usize
MIN_LEN: usize = 2
const MAX_LEN: usize
MAX_LEN: usize = 2
const DELAY_RESPONSE_MS: u64
DELAY_RESPONSE_MS: u64 = 40
const DELAY_COMMAND_MS: u64
DELAY_COMMAND_MS: u64 = 50