Struct ddc::Delay [] [src]

pub struct Delay { /* fields omitted */ }

A type that can help with implementing the DDC specificationed delays.

Methods

impl Delay
[src]

[src]

Creates a new delay starting now.

[src]

The time remaining in this delay.

[src]

Waits out the remaining time in this delay.

Trait Implementations

impl Clone for Delay
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Delay
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Delay
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Delay

impl Sync for Delay