pub enum RtpHeaderExtensionDirection {
SendRecv,
SendOnly,
RecvOnly,
Inactive,
}
Expand description
Direction of RTP header extension.
Variants§
Trait Implementations§
Source§impl Clone for RtpHeaderExtensionDirection
impl Clone for RtpHeaderExtensionDirection
Source§fn clone(&self) -> RtpHeaderExtensionDirection
fn clone(&self) -> RtpHeaderExtensionDirection
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 RtpHeaderExtensionDirection
impl Debug for RtpHeaderExtensionDirection
Source§impl<'de> Deserialize<'de> for RtpHeaderExtensionDirection
impl<'de> Deserialize<'de> for RtpHeaderExtensionDirection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for RtpHeaderExtensionDirection
impl Hash for RtpHeaderExtensionDirection
Source§impl Ord for RtpHeaderExtensionDirection
impl Ord for RtpHeaderExtensionDirection
Source§fn cmp(&self, other: &RtpHeaderExtensionDirection) -> Ordering
fn cmp(&self, other: &RtpHeaderExtensionDirection) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for RtpHeaderExtensionDirection
impl PartialOrd for RtpHeaderExtensionDirection
impl Copy for RtpHeaderExtensionDirection
impl Eq for RtpHeaderExtensionDirection
impl StructuralPartialEq for RtpHeaderExtensionDirection
Auto Trait Implementations§
impl Freeze for RtpHeaderExtensionDirection
impl RefUnwindSafe for RtpHeaderExtensionDirection
impl Send for RtpHeaderExtensionDirection
impl Sync for RtpHeaderExtensionDirection
impl Unpin for RtpHeaderExtensionDirection
impl UnwindSafe for RtpHeaderExtensionDirection
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