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 for RecordLayer
impl PartialEq 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 ==
.impl StructuralPartialEq for RecordLayer
Auto Trait Implementations§
impl Freeze for RecordLayer
impl RefUnwindSafe for RecordLayer
impl Send for RecordLayer
impl Sync for RecordLayer
impl Unpin for RecordLayer
impl UnwindSafe for RecordLayer
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> 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<'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