Struct aaronia_rtsa::Packet

source ·
pub struct Packet { /* private fields */ }
Expand description

Packet that holds IQ or spectrum data.

Packets are used for RX and TX.

Implementations§

Get stream ID.

Get packet flags.

Get packet start time.

Get packet end time.

Get packet start frequency.

Get packet step frequency.

Get packet span frequency.

Get packet real-time bandwidth.

Get number of items in stride.

Get total number of items in packet.

Get total size of packet.

Get sample stride.

Get IQ samples from packet.

Get spectrum data from packet.

Trait Implementations§

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.