Struct windows::Media::Protection::HdcpProtection
#[repr(transparent)]pub struct HdcpProtection(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl HdcpProtection
impl HdcpProtection
Trait Implementations§
§impl Clone for HdcpProtection
impl Clone for HdcpProtection
§fn clone(&self) -> HdcpProtection
fn clone(&self) -> HdcpProtection
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 HdcpProtection
impl Debug for HdcpProtection
§impl Default for HdcpProtection
impl Default for HdcpProtection
§fn default() -> HdcpProtection
fn default() -> HdcpProtection
Returns the “default value” for a type. Read more
§impl PartialEq for HdcpProtection
impl PartialEq for HdcpProtection
§fn eq(&self, other: &HdcpProtection) -> bool
fn eq(&self, other: &HdcpProtection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for HdcpProtection
impl Eq for HdcpProtection
impl StructuralPartialEq for HdcpProtection
Auto Trait Implementations§
impl Freeze for HdcpProtection
impl RefUnwindSafe for HdcpProtection
impl Send for HdcpProtection
impl Sync for HdcpProtection
impl Unpin for HdcpProtection
impl UnwindSafe for HdcpProtection
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
)