Struct ddc::commands::TableRead [] [src]

pub struct TableRead {
    pub code: FeatureCode,
    pub offset: u16,
}

Fields

Methods

impl TableRead
[src]

[src]

Trait Implementations

impl Copy for TableRead
[src]

impl Clone for TableRead
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TableRead
[src]

[src]

Formats the value using the given formatter. Read more

impl Command for TableRead
[src]

MIN_LEN: usize = 4

MAX_LEN: usize = 4

DELAY_RESPONSE_MS: u64 = 40

DELAY_COMMAND_MS: u64 = 50

[src]

[src]

Auto Trait Implementations

impl Send for TableRead

impl Sync for TableRead