pub enum CandidateComponent {
Rtp,
Rtcp,
}Variants§
Trait Implementations§
Source§impl Clone for CandidateComponent
impl Clone for CandidateComponent
Source§fn clone(&self) -> CandidateComponent
fn clone(&self) -> CandidateComponent
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 CandidateComponent
impl Debug for CandidateComponent
Source§impl PartialEq for CandidateComponent
impl PartialEq for CandidateComponent
Source§impl uDisplay for CandidateComponent
impl uDisplay for CandidateComponent
impl Copy for CandidateComponent
impl Eq for CandidateComponent
impl StructuralPartialEq for CandidateComponent
Auto Trait Implementations§
impl Freeze for CandidateComponent
impl RefUnwindSafe for CandidateComponent
impl Send for CandidateComponent
impl Sync for CandidateComponent
impl Unpin for CandidateComponent
impl UnwindSafe for CandidateComponent
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