Struct ddc::commands::TableWrite
[−]
[src]
pub struct TableWrite<'a> { pub code: FeatureCode, pub offset: u16, pub data: &'a [u8], }
Fields
code: FeatureCode
offset: u16
data: &'a [u8]
Methods
impl<'a> TableWrite<'a>
[src]
Trait Implementations
impl<'a> Copy for TableWrite<'a>
[src]
impl<'a> Clone for TableWrite<'a>
[src]
fn clone(&self) -> TableWrite<'a>
[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<'a> Debug for TableWrite<'a>
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl<'a> Command for TableWrite<'a>
[src]
type Ok = ()
const MIN_LEN: usize
MIN_LEN: usize = 4
const MAX_LEN: usize
MAX_LEN: usize = 4 + 32
const DELAY_RESPONSE_MS: u64
DELAY_RESPONSE_MS: u64 = 0
const DELAY_COMMAND_MS: u64
DELAY_COMMAND_MS: u64 = 50