pub struct VariantPreferences(/* private fields */);Expand description
Re-exports the AVPlayer framework surface for this item.
Mirrors the AVPlayer framework counterpart for VariantPreferences.
Implementations§
Source§impl VariantPreferences
impl VariantPreferences
Sourcepub const SCALABILITY_TO_LOSSLESS_AUDIO: Self
pub const SCALABILITY_TO_LOSSLESS_AUDIO: Self
Mirrors the AVPlayer framework constant SCALABILITY_TO_LOSSLESS_AUDIO.
Trait Implementations§
Source§impl BitOr for VariantPreferences
impl BitOr for VariantPreferences
Source§impl BitOrAssign for VariantPreferences
impl BitOrAssign for VariantPreferences
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for VariantPreferences
impl Clone for VariantPreferences
Source§fn clone(&self) -> VariantPreferences
fn clone(&self) -> VariantPreferences
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VariantPreferences
impl Debug for VariantPreferences
Source§impl Default for VariantPreferences
impl Default for VariantPreferences
Source§fn default() -> VariantPreferences
fn default() -> VariantPreferences
Returns the “default value” for a type. Read more
Source§impl Hash for VariantPreferences
impl Hash for VariantPreferences
Source§impl PartialEq for VariantPreferences
impl PartialEq for VariantPreferences
Source§fn eq(&self, other: &VariantPreferences) -> bool
fn eq(&self, other: &VariantPreferences) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VariantPreferences
impl Eq for VariantPreferences
impl StructuralPartialEq for VariantPreferences
Auto Trait Implementations§
impl Freeze for VariantPreferences
impl RefUnwindSafe for VariantPreferences
impl Send for VariantPreferences
impl Sync for VariantPreferences
impl Unpin for VariantPreferences
impl UnsafeUnpin for VariantPreferences
impl UnwindSafe for VariantPreferences
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