pub enum Encapsulation {
Rtp,
AudioSocket,
}Variants§
Trait Implementations§
Source§impl Clone for Encapsulation
impl Clone for Encapsulation
Source§fn clone(&self) -> Encapsulation
fn clone(&self) -> Encapsulation
Returns a duplicate 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 Encapsulation
impl Debug for Encapsulation
Source§impl Default for Encapsulation
impl Default for Encapsulation
Source§fn default() -> Encapsulation
fn default() -> Encapsulation
Returns the “default value” for a type. Read more
Source§impl PartialEq for Encapsulation
impl PartialEq for Encapsulation
Source§impl Serialize for Encapsulation
impl Serialize for Encapsulation
impl StructuralPartialEq for Encapsulation
Auto Trait Implementations§
impl Freeze for Encapsulation
impl RefUnwindSafe for Encapsulation
impl Send for Encapsulation
impl Sync for Encapsulation
impl Unpin for Encapsulation
impl UnwindSafe for Encapsulation
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