pub struct DataChannelClose;Expand description
The data-part of an data-channel CLOSE 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 DataChannelClose
impl Clone for DataChannelClose
Source§fn clone(&self) -> DataChannelClose
fn clone(&self) -> DataChannelClose
Returns a duplicate 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 DataChannelClose
impl Debug for DataChannelClose
Source§impl Marshal for DataChannelClose
impl Marshal for DataChannelClose
Source§impl MarshalSize for DataChannelClose
impl MarshalSize for DataChannelClose
fn marshal_size(&self) -> usize
Source§impl PartialEq for DataChannelClose
impl PartialEq for DataChannelClose
Source§impl Unmarshal for DataChannelClose
impl Unmarshal for DataChannelClose
impl Eq for DataChannelClose
impl StructuralPartialEq for DataChannelClose
Auto Trait Implementations§
impl Freeze for DataChannelClose
impl RefUnwindSafe for DataChannelClose
impl Send for DataChannelClose
impl Sync for DataChannelClose
impl Unpin for DataChannelClose
impl UnwindSafe for DataChannelClose
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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