Struct sacn::packet::SynchronizationPacketFramingLayer [] [src]

pub struct SynchronizationPacketFramingLayer {
    pub sequence_number: u8,
    pub synchronization_address: u16,
}

sACN synchronization packet PDU.

Fields

The sequence number of the packet.

The address to synchronize.

Trait Implementations

impl Debug for SynchronizationPacketFramingLayer
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SynchronizationPacketFramingLayer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for SynchronizationPacketFramingLayer
[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 Eq for SynchronizationPacketFramingLayer
[src]

Auto Trait Implementations