pub unsafe trait StreamSample {
    const STREAM_FORMAT: Format;
}
Expand description

Trait for sample formats used by a TxStream or RxStream

Implementing this trait requires that the type have the same size, alignment, and compatible memory representation with the SoapySDR type selected by STREAM_FORMAT

Required Associated Constants§

Implementations on Foreign Types§

Implementors§