Struct sacn::packet::AcnRootLayerProtocol [] [src]

pub struct AcnRootLayerProtocol<'a> {
    pub pdu: E131RootLayer<'a>,
}

Root layer protocol of the Architecture for Control Networks (ACN) protocol.

Fields

The PDU this packet carries.

Methods

impl<'a> AcnRootLayerProtocol<'a>
[src]

[src]

Parse the packet from the given buffer.

[src]

Packs the packet into heap allocated memory.

[src]

Packs the packet into the given vector.

Grows the vector buf if necessary.

[src]

Packs the packet into the givven buffer.

[src]

The length of the packet when packed.

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl<'a> Send for AcnRootLayerProtocol<'a>

impl<'a> Sync for AcnRootLayerProtocol<'a>