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