Struct webrtc_dtls::handshake::handshake_header::HandshakeHeader
source · pub struct HandshakeHeader { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for HandshakeHeader
impl Clone for HandshakeHeader
source§fn clone(&self) -> HandshakeHeader
fn clone(&self) -> HandshakeHeader
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 HandshakeHeader
impl Debug for HandshakeHeader
source§impl Default for HandshakeHeader
impl Default for HandshakeHeader
source§fn default() -> HandshakeHeader
fn default() -> HandshakeHeader
Returns the “default value” for a type. Read more
source§impl PartialEq for HandshakeHeader
impl PartialEq for HandshakeHeader
source§fn eq(&self, other: &HandshakeHeader) -> bool
fn eq(&self, other: &HandshakeHeader) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for HandshakeHeader
impl Eq for HandshakeHeader
impl StructuralPartialEq for HandshakeHeader
Auto Trait Implementations§
impl Freeze for HandshakeHeader
impl RefUnwindSafe for HandshakeHeader
impl Send for HandshakeHeader
impl Sync for HandshakeHeader
impl Unpin for HandshakeHeader
impl UnwindSafe for HandshakeHeader
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