Struct ddc::commands::GetTimingReport
[−]
[src]
pub struct GetTimingReport;
Trait Implementations
impl Copy for GetTimingReport
[src]
impl Clone for GetTimingReport
[src]
fn clone(&self) -> GetTimingReport
[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 Debug for GetTimingReport
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src][−]
Formats the value using the given formatter. Read more
impl Command for GetTimingReport
[src]
type Ok = TimingMessage
const MIN_LEN: usize
[−]
MIN_LEN: usize = 1
const MAX_LEN: usize
[−]
MAX_LEN: usize = 1
const DELAY_RESPONSE_MS: u64
[−]
DELAY_RESPONSE_MS: u64 = 40
const DELAY_COMMAND_MS: u64
[−]
DELAY_COMMAND_MS: u64 = 50