pub enum StreamEncapsulation {
Udp = 1,
Srt = 2,
}Variants§
Trait Implementations§
Source§impl Clone for StreamEncapsulation
impl Clone for StreamEncapsulation
Source§fn clone(&self) -> StreamEncapsulation
fn clone(&self) -> StreamEncapsulation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StreamEncapsulation
Source§impl Debug for StreamEncapsulation
impl Debug for StreamEncapsulation
impl Eq for StreamEncapsulation
Source§impl PartialEq for StreamEncapsulation
impl PartialEq for StreamEncapsulation
Source§fn eq(&self, other: &StreamEncapsulation) -> bool
fn eq(&self, other: &StreamEncapsulation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StreamEncapsulation
Auto Trait Implementations§
impl Freeze for StreamEncapsulation
impl RefUnwindSafe for StreamEncapsulation
impl Send for StreamEncapsulation
impl Sync for StreamEncapsulation
impl Unpin for StreamEncapsulation
impl UnsafeUnpin for StreamEncapsulation
impl UnwindSafe for StreamEncapsulation
Blanket Implementations§
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.