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 for DataChannelAck
impl PartialEq 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 ==
.source§impl Unmarshal for DataChannelAck
impl Unmarshal for DataChannelAck
impl Eq for DataChannelAck
impl StructuralPartialEq for DataChannelAck
Auto Trait Implementations§
impl Freeze for DataChannelAck
impl RefUnwindSafe for DataChannelAck
impl Send for DataChannelAck
impl Sync for DataChannelAck
impl Unpin for DataChannelAck
impl UnwindSafe for DataChannelAck
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more