pub enum ServiceCategory {
None = 0,
MediaTransport = 1,
Reporting = 2,
Recovery = 3,
ContentProtection = 4,
HeaderCompression = 5,
Multiplexing = 6,
MediaCodec = 7,
DelayReporting = 8,
}
Expand description
Indicates the signaling command on a command packet. The same identifier is used on the response to that command packet. See Section 8.4.4
Variants§
None = 0
MediaTransport = 1
Reporting = 2
Recovery = 3
ContentProtection = 4
HeaderCompression = 5
Multiplexing = 6
MediaCodec = 7
DelayReporting = 8
Implementations§
Trait Implementations§
Source§impl Clone for ServiceCategory
impl Clone for ServiceCategory
Source§fn clone(&self) -> ServiceCategory
fn clone(&self) -> ServiceCategory
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 ServiceCategory
impl Debug for ServiceCategory
Source§impl From<&ServiceCategory> for u8
impl From<&ServiceCategory> for u8
Source§fn from(v: &ServiceCategory) -> u8
fn from(v: &ServiceCategory) -> u8
Converts to this type from the input type.
Source§impl Hash for ServiceCategory
impl Hash for ServiceCategory
Source§impl Ord for ServiceCategory
impl Ord for ServiceCategory
Source§fn cmp(&self, other: &ServiceCategory) -> Ordering
fn cmp(&self, other: &ServiceCategory) -> 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 PartialEq for ServiceCategory
impl PartialEq for ServiceCategory
Source§impl PartialOrd for ServiceCategory
impl PartialOrd for ServiceCategory
Source§impl TryFrom<u8> for ServiceCategory
impl TryFrom<u8> for ServiceCategory
impl Copy for ServiceCategory
impl Eq for ServiceCategory
impl StructuralPartialEq for ServiceCategory
Auto Trait Implementations§
impl Freeze for ServiceCategory
impl RefUnwindSafe for ServiceCategory
impl Send for ServiceCategory
impl Sync for ServiceCategory
impl Unpin for ServiceCategory
impl UnwindSafe for ServiceCategory
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)