Struct sacn::packet::E131RootLayer [] [src]

pub struct E131RootLayer<'a> {
    pub cid: Uuid,
    pub data: E131RootLayerData<'a>,
}

Root layer protocol data unit (PDU).

Fields

Sender UUID.

Data carried by the Root Layer PDU.

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for E131RootLayer<'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 E131RootLayer<'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 E131RootLayer<'a>
[src]

Auto Trait Implementations

impl<'a> Send for E131RootLayer<'a>

impl<'a> Sync for E131RootLayer<'a>