Struct ddc::commands::SetVcpFeature [] [src]

pub struct SetVcpFeature {
    pub code: FeatureCode,
    pub value: u16,
}

Fields

Methods

impl SetVcpFeature
[src]

[src]

Trait Implementations

impl Copy for SetVcpFeature
[src]

impl Clone for SetVcpFeature
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetVcpFeature
[src]

[src]

Formats the value using the given formatter. Read more

impl Command for SetVcpFeature
[src]

MIN_LEN: usize = 4

MAX_LEN: usize = 4

DELAY_RESPONSE_MS: u64 = 0

DELAY_COMMAND_MS: u64 = 50

[src]

[src]