Struct ddc::commands::TableWrite [] [src]

pub struct TableWrite<'a> {
    pub code: FeatureCode,
    pub offset: u16,
    pub data: &'a [u8],
}

Fields

Methods

impl<'a> TableWrite<'a>
[src]

[src]

Trait Implementations

impl<'a> Copy for TableWrite<'a>
[src]

impl<'a> Clone for TableWrite<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for TableWrite<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> Command for TableWrite<'a>
[src]

MIN_LEN: usize = 4

MAX_LEN: usize = 4 + 32

DELAY_RESPONSE_MS: u64 = 0

DELAY_COMMAND_MS: u64 = 50

[src]

[src]