Struct windows::Media::Protection::HdcpSetProtectionResult
#[repr(transparent)]pub struct HdcpSetProtectionResult(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl HdcpSetProtectionResult
impl HdcpSetProtectionResult
pub const Success: Self = _
pub const TimedOut: Self = _
pub const NotSupported: Self = _
pub const UnknownFailure: Self = _
Trait Implementations§
§impl Clone for HdcpSetProtectionResult
impl Clone for HdcpSetProtectionResult
§fn clone(&self) -> HdcpSetProtectionResult
fn clone(&self) -> HdcpSetProtectionResult
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 more§impl Debug for HdcpSetProtectionResult
impl Debug for HdcpSetProtectionResult
§impl Default for HdcpSetProtectionResult
impl Default for HdcpSetProtectionResult
§fn default() -> HdcpSetProtectionResult
fn default() -> HdcpSetProtectionResult
Returns the “default value” for a type. Read more
§impl PartialEq for HdcpSetProtectionResult
impl PartialEq for HdcpSetProtectionResult
§fn eq(&self, other: &HdcpSetProtectionResult) -> bool
fn eq(&self, other: &HdcpSetProtectionResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for HdcpSetProtectionResult
impl Eq for HdcpSetProtectionResult
impl StructuralPartialEq for HdcpSetProtectionResult
Auto Trait Implementations§
impl Freeze for HdcpSetProtectionResult
impl RefUnwindSafe for HdcpSetProtectionResult
impl Send for HdcpSetProtectionResult
impl Sync for HdcpSetProtectionResult
impl Unpin for HdcpSetProtectionResult
impl UnwindSafe for HdcpSetProtectionResult
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)