Enum srt_protocol::packet::DataEncryption
source · pub enum DataEncryption {
None,
Even,
Odd,
}
Variants§
Trait Implementations§
source§impl Clone for DataEncryption
impl Clone for DataEncryption
source§fn clone(&self) -> DataEncryption
fn clone(&self) -> DataEncryption
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 DataEncryption
impl Debug for DataEncryption
source§impl PartialEq<DataEncryption> for DataEncryption
impl PartialEq<DataEncryption> for DataEncryption
source§fn eq(&self, other: &DataEncryption) -> bool
fn eq(&self, other: &DataEncryption) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<u8> for DataEncryption
impl TryFrom<u8> for DataEncryption
impl Copy for DataEncryption
impl Eq for DataEncryption
impl StructuralEq for DataEncryption
impl StructuralPartialEq for DataEncryption
Auto Trait Implementations§
impl RefUnwindSafe for DataEncryption
impl Send for DataEncryption
impl Sync for DataEncryption
impl Unpin for DataEncryption
impl UnwindSafe for DataEncryption
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.