Struct sacn::packet::DataPacketFramingLayer [] [src]

pub struct DataPacketFramingLayer<'a> {
    pub source_name: &'a str,
    pub priority: u8,
    pub synchronization_address: u16,
    pub sequence_number: u8,
    pub preview_data: bool,
    pub stream_terminated: bool,
    pub force_synchronization: bool,
    pub universe: u16,
    pub data: DataPacketDmpLayer<'a>,
}

Framing layer PDU for sACN data packets.

Fields

The name of the source.

Priority of this data packet.

Synchronization adress.

The sequence number of this packet.

If this packets data is preview data.

If transmission on this universe is terminated.

Force synchronization if no synchronization packets are received.

The universe DMX data is transmitted for.

DMP layer containing the DMX data.

Trait Implementations

impl<'a> Debug for DataPacketFramingLayer<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for DataPacketFramingLayer<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> PartialEq for DataPacketFramingLayer<'a>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<'a> Eq for DataPacketFramingLayer<'a>
[src]

Auto Trait Implementations

impl<'a> Send for DataPacketFramingLayer<'a>

impl<'a> Sync for DataPacketFramingLayer<'a>