Struct saleae_csv::SerialPacket[][src]

pub struct SerialPacket {
    pub channel_name: ChannelName,
    pub row_type: RowType,
    pub start_time: StartTime,
    pub duration: Duration,
    pub data: u8,
}
Expand description

Serial packet

Fields

channel_name: ChannelName

Saleae Logic 2 channel name

row_type: RowType

Row type

start_time: StartTime

Time since capture start

duration: Duration

Transaction duration

data: u8

Data sent/received

Trait Implementations

Formats the value using the given formatter. Read more

The type returned in the event of a conversion error.

Performs the conversion.

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

Performs the conversion.

Performs the conversion.

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.