#[repr(u32)]pub enum VesaDisplayDeviceContentProtection {
None = 0,
HDCP = 1,
DTCP = 2,
DPCP = 3,
}Available on crate feature
v0_3 only.Variants§
Trait Implementations§
Source§impl Clone for VesaDisplayDeviceContentProtection
impl Clone for VesaDisplayDeviceContentProtection
Source§fn clone(&self) -> VesaDisplayDeviceContentProtection
fn clone(&self) -> VesaDisplayDeviceContentProtection
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 From<u32> for VesaDisplayDeviceContentProtection
impl From<u32> for VesaDisplayDeviceContentProtection
Source§fn from(
value: di_cta_vesa_display_device_content_protection,
) -> VesaDisplayDeviceContentProtection
fn from( value: di_cta_vesa_display_device_content_protection, ) -> VesaDisplayDeviceContentProtection
Converts to this type from the input type.
Source§impl PartialEq for VesaDisplayDeviceContentProtection
impl PartialEq for VesaDisplayDeviceContentProtection
Source§fn eq(&self, other: &VesaDisplayDeviceContentProtection) -> bool
fn eq(&self, other: &VesaDisplayDeviceContentProtection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VesaDisplayDeviceContentProtection
impl Eq for VesaDisplayDeviceContentProtection
impl StructuralPartialEq for VesaDisplayDeviceContentProtection
Auto Trait Implementations§
impl Freeze for VesaDisplayDeviceContentProtection
impl RefUnwindSafe for VesaDisplayDeviceContentProtection
impl Send for VesaDisplayDeviceContentProtection
impl Sync for VesaDisplayDeviceContentProtection
impl Unpin for VesaDisplayDeviceContentProtection
impl UnwindSafe for VesaDisplayDeviceContentProtection
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