Struct webrtc_dtls::record_layer::RecordLayer
source · pub struct RecordLayer {
pub record_layer_header: RecordLayerHeader,
pub content: Content,
}
Fields§
§record_layer_header: RecordLayerHeader
§content: Content
Implementations§
Trait Implementations§
source§impl Clone for RecordLayer
impl Clone for RecordLayer
source§fn clone(&self) -> RecordLayer
fn clone(&self) -> RecordLayer
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 RecordLayer
impl Debug for RecordLayer
source§impl PartialEq<RecordLayer> for RecordLayer
impl PartialEq<RecordLayer> for RecordLayer
source§fn eq(&self, other: &RecordLayer) -> bool
fn eq(&self, other: &RecordLayer) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.