Struct windows_sys::Media::Protection::HdcpProtection
[−]#[repr(transparent)]pub struct HdcpProtection(pub i32);
Expand description
Required features: "Media_Protection"
Tuple Fields
0: i32
Implementations
impl HdcpProtection
impl HdcpProtection
pub const Off: Self = Self(0i32)
pub const On: Self = Self(1i32)
pub const OnWithTypeEnforcement: Self = Self(2i32)
Trait Implementations
impl Clone for HdcpProtection
impl Clone for HdcpProtection
impl Copy for HdcpProtection
Auto Trait Implementations
impl RefUnwindSafe for HdcpProtection
impl Send for HdcpProtection
impl Sync for HdcpProtection
impl Unpin for HdcpProtection
impl UnwindSafe for HdcpProtection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more