#[repr(u32)]pub enum VesaDddbContentProtection {
None = 0,
HDCP = 1,
DTCP = 2,
DPCP = 3,
}👎Deprecated since 0.3.0: use
VesaDisplayDeviceContentProtection insteadVariants§
None = 0
👎Deprecated since 0.3.0: use
VesaDisplayDeviceContentProtection insteadHDCP = 1
👎Deprecated since 0.3.0: use
VesaDisplayDeviceContentProtection insteadDTCP = 2
👎Deprecated since 0.3.0: use
VesaDisplayDeviceContentProtection insteadDPCP = 3
👎Deprecated since 0.3.0: use
VesaDisplayDeviceContentProtection insteadTrait Implementations§
Source§impl Clone for VesaDddbContentProtection
impl Clone for VesaDddbContentProtection
Source§fn clone(&self) -> VesaDddbContentProtection
fn clone(&self) -> VesaDddbContentProtection
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 VesaDddbContentProtection
impl Debug for VesaDddbContentProtection
Source§impl From<u32> for VesaDddbContentProtection
impl From<u32> for VesaDddbContentProtection
Source§fn from(value: di_cta_vesa_dddb_content_protection) -> VesaDddbContentProtection
fn from(value: di_cta_vesa_dddb_content_protection) -> VesaDddbContentProtection
Converts to this type from the input type.
Source§impl PartialEq for VesaDddbContentProtection
impl PartialEq for VesaDddbContentProtection
Source§fn eq(&self, other: &VesaDddbContentProtection) -> bool
fn eq(&self, other: &VesaDddbContentProtection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VesaDddbContentProtection
impl Eq for VesaDddbContentProtection
impl StructuralPartialEq for VesaDddbContentProtection
Auto Trait Implementations§
impl Freeze for VesaDddbContentProtection
impl RefUnwindSafe for VesaDddbContentProtection
impl Send for VesaDddbContentProtection
impl Sync for VesaDddbContentProtection
impl Unpin for VesaDddbContentProtection
impl UnwindSafe for VesaDddbContentProtection
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