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
sourceimpl Clone for DataChannelAck
impl Clone for DataChannelAck
sourcefn clone(&self) -> DataChannelAck
fn clone(&self) -> DataChannelAck
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for DataChannelAck
impl Debug for DataChannelAck
sourceimpl Marshal for DataChannelAck
impl Marshal for DataChannelAck
sourceimpl MarshalSize for DataChannelAck
impl MarshalSize for DataChannelAck
fn marshal_size(&self) -> usize
sourceimpl PartialEq<DataChannelAck> for DataChannelAck
impl PartialEq<DataChannelAck> for DataChannelAck
sourceimpl Unmarshal for DataChannelAck
impl Unmarshal for DataChannelAck
impl Eq for DataChannelAck
impl StructuralEq for DataChannelAck
impl StructuralPartialEq for DataChannelAck
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more