Enum bt_avdtp::ContentProtectionType
source · pub enum ContentProtectionType {
DigitalTransmissionContentProtection,
SerialCopyManagementSystem,
}
Expand description
The type of content protection used in the Content Protection Service Capability. Defined in the Bluetooth Assigned Numbers https://www.bluetooth.com/specifications/assigned-numbers/audio-video
Variants§
Trait Implementations§
source§impl Clone for ContentProtectionType
impl Clone for ContentProtectionType
source§fn clone(&self) -> ContentProtectionType
fn clone(&self) -> ContentProtectionType
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 ContentProtectionType
impl Debug for ContentProtectionType
source§impl PartialEq<ContentProtectionType> for ContentProtectionType
impl PartialEq<ContentProtectionType> for ContentProtectionType
source§fn eq(&self, other: &ContentProtectionType) -> bool
fn eq(&self, other: &ContentProtectionType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.