Struct webrtc_data::message::message_channel_ack::DataChannelAck [−][src]
pub struct DataChannelAck;
Expand description
The data-part of an data-channel ACK message without the message type.
Memory layout
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Message Type |
+-+-+-+-+-+-+-+-+
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DataChannelAck
impl Send for DataChannelAck
impl Sync for DataChannelAck
impl Unpin for DataChannelAck
impl UnwindSafe for DataChannelAck
Blanket Implementations
Mutably borrows from an owned value. Read more