Struct windows_sys::Media::Protection::HdcpSetProtectionResult
[−]#[repr(transparent)]pub struct HdcpSetProtectionResult(pub i32);
Expand description
Required features: "Media_Protection"
Tuple Fields
0: i32
Implementations
impl HdcpSetProtectionResult
impl HdcpSetProtectionResult
pub const Success: Self = Self(0i32)
pub const TimedOut: Self = Self(1i32)
pub const NotSupported: Self = Self(2i32)
pub const UnknownFailure: Self = Self(3i32)
Trait Implementations
impl Clone for HdcpSetProtectionResult
impl Clone for HdcpSetProtectionResult
impl Copy for HdcpSetProtectionResult
Auto Trait Implementations
impl RefUnwindSafe for HdcpSetProtectionResult
impl Send for HdcpSetProtectionResult
impl Sync for HdcpSetProtectionResult
impl Unpin for HdcpSetProtectionResult
impl UnwindSafe for HdcpSetProtectionResult
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