#[repr(transparent)]pub struct AVExternalContentProtectionStatus(pub NSInteger);Available on crate feature
AVContentKeySession only.Expand description
The constants can be used to derive whether or not we have established sufficient protection to display content protected by this AVContentKey on some set of attached displays.
Indicates that the current protection status has not yet been discovered for the attached display(s).
Indicates that sufficient protection with the attached display(s) has been established, content protected by the associated AVContentKey will be eligible to be displayed on the display(s).
Indicates that sufficient protection with the attached display(s) has failed to be established, content protected by the associated AVContentKey will not be displayed.
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Trait Implementations§
Source§impl Clone for AVExternalContentProtectionStatus
impl Clone for AVExternalContentProtectionStatus
Source§fn clone(&self) -> AVExternalContentProtectionStatus
fn clone(&self) -> AVExternalContentProtectionStatus
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 moreSource§impl Ord for AVExternalContentProtectionStatus
impl Ord for AVExternalContentProtectionStatus
Source§fn cmp(&self, other: &AVExternalContentProtectionStatus) -> Ordering
fn cmp(&self, other: &AVExternalContentProtectionStatus) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AVExternalContentProtectionStatus
impl PartialEq for AVExternalContentProtectionStatus
Source§fn eq(&self, other: &AVExternalContentProtectionStatus) -> bool
fn eq(&self, other: &AVExternalContentProtectionStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AVExternalContentProtectionStatus
impl PartialOrd for AVExternalContentProtectionStatus
Source§impl RefEncode for AVExternalContentProtectionStatus
impl RefEncode for AVExternalContentProtectionStatus
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for AVExternalContentProtectionStatus
impl Eq for AVExternalContentProtectionStatus
impl StructuralPartialEq for AVExternalContentProtectionStatus
Auto Trait Implementations§
impl Freeze for AVExternalContentProtectionStatus
impl RefUnwindSafe for AVExternalContentProtectionStatus
impl Send for AVExternalContentProtectionStatus
impl Sync for AVExternalContentProtectionStatus
impl Unpin for AVExternalContentProtectionStatus
impl UnwindSafe for AVExternalContentProtectionStatus
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§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.