Trait autd3_driver::datagram::IntoDatagramWithSegment

source ·
pub trait IntoDatagramWithSegment<D: DatagramS> {
    // Required method
    fn with_segment(
        self,
        segment: Segment,
        transition: bool,
    ) -> DatagramWithSegment<D>;
}

Required Methods§

source

fn with_segment( self, segment: Segment, transition: bool, ) -> DatagramWithSegment<D>

Implementors§