Struct 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
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