pub(super) enum RtpFlowDirection {
Ingress,
Egress,
}Variants§
Trait Implementations§
Source§impl Clone for RtpFlowDirection
impl Clone for RtpFlowDirection
Source§fn clone(&self) -> RtpFlowDirection
fn clone(&self) -> RtpFlowDirection
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 RtpFlowDirection
impl Debug for RtpFlowDirection
Source§impl ExportedMetricLabel for RtpFlowDirection
impl ExportedMetricLabel for RtpFlowDirection
fn label_value(self) -> &'static str
Source§impl MetricLabel for RtpFlowDirection
impl MetricLabel for RtpFlowDirection
Source§impl PartialEq for RtpFlowDirection
impl PartialEq for RtpFlowDirection
impl Copy for RtpFlowDirection
impl Eq for RtpFlowDirection
impl StructuralPartialEq for RtpFlowDirection
Auto Trait Implementations§
impl Freeze for RtpFlowDirection
impl RefUnwindSafe for RtpFlowDirection
impl Send for RtpFlowDirection
impl Sync for RtpFlowDirection
impl Unpin for RtpFlowDirection
impl UnsafeUnpin for RtpFlowDirection
impl UnwindSafe for RtpFlowDirection
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