Struct webrtc_data::message::message_channel_ack::DataChannelAck
source · 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§
source§impl Clone for DataChannelAck
impl Clone for DataChannelAck
source§fn clone(&self) -> DataChannelAck
fn clone(&self) -> DataChannelAck
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DataChannelAck
impl Debug for DataChannelAck
source§impl Marshal for DataChannelAck
impl Marshal for DataChannelAck
source§impl MarshalSize for DataChannelAck
impl MarshalSize for DataChannelAck
fn marshal_size(&self) -> usize
source§impl PartialEq<DataChannelAck> for DataChannelAck
impl PartialEq<DataChannelAck> for DataChannelAck
source§fn eq(&self, other: &DataChannelAck) -> bool
fn eq(&self, other: &DataChannelAck) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.