Struct sacn::packet::DataPacketDmpLayer [] [src]

pub struct DataPacketDmpLayer<'a> {
    pub property_values: DataPacketDmpLayerPropertyValues<'a>,
}

Device Management Protocol PDU with SET PROPERTY vector.

Used for sACN data packets.

Fields

DMX data property values.

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl<'a> Send for DataPacketDmpLayer<'a>

impl<'a> Sync for DataPacketDmpLayer<'a>