autd3_driver::datagram

Trait DatagramS

Source
pub trait DatagramS: Debug {
    // Provided methods
    fn timeout(&self) -> Option<Duration> { ... }
    fn parallel_threshold(&self) -> Option<usize> { ... }
}
Expand description

DatagramS represents a Datagram that can specify Segment to write the data.

Provided Methods§

Source

fn timeout(&self) -> Option<Duration>

Returns the timeout duration.

Source

fn parallel_threshold(&self) -> Option<usize>

Returns the parallel threshold.

Implementors§