Struct ddc::commands::GetVcpFeature [] [src]

pub struct GetVcpFeature {
    pub code: FeatureCode,
}

Fields

Methods

impl GetVcpFeature
[src]

[src]

Trait Implementations

impl Copy for GetVcpFeature
[src]

impl Clone for GetVcpFeature
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GetVcpFeature
[src]

[src]

Formats the value using the given formatter. Read more

impl Command for GetVcpFeature
[src]

MIN_LEN: usize = 2

MAX_LEN: usize = 2

DELAY_RESPONSE_MS: u64 = 40

DELAY_COMMAND_MS: u64 = 50

[src]

[src]

Auto Trait Implementations

impl Send for GetVcpFeature

impl Sync for GetVcpFeature