Enum bt_avdtp::ServiceCategory
source · pub enum ServiceCategory {
None,
MediaTransport,
Reporting,
Recovery,
ContentProtection,
HeaderCompression,
Multiplexing,
MediaCodec,
DelayReporting,
}
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
MediaTransport
Reporting
Recovery
ContentProtection
HeaderCompression
Multiplexing
MediaCodec
DelayReporting
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 PartialEq<ServiceCategory> for ServiceCategory
impl PartialEq<ServiceCategory> for ServiceCategory
source§fn eq(&self, other: &ServiceCategory) -> bool
fn eq(&self, other: &ServiceCategory) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.