Struct webrtc_dtls::handshake::handshake_random::HandshakeRandom
source · pub struct HandshakeRandom {
pub gmt_unix_time: SystemTime,
pub random_bytes: [u8; 28],
}
Fields§
§gmt_unix_time: SystemTime
§random_bytes: [u8; 28]
Implementations§
Trait Implementations§
source§impl Clone for HandshakeRandom
impl Clone for HandshakeRandom
source§fn clone(&self) -> HandshakeRandom
fn clone(&self) -> HandshakeRandom
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 HandshakeRandom
impl Debug for HandshakeRandom
source§impl Default for HandshakeRandom
impl Default for HandshakeRandom
source§impl PartialEq<HandshakeRandom> for HandshakeRandom
impl PartialEq<HandshakeRandom> for HandshakeRandom
source§fn eq(&self, other: &HandshakeRandom) -> bool
fn eq(&self, other: &HandshakeRandom) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.