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