pub struct UrlAssetOptions { /* private fields */ }Expand description
Re-exports the AVPlayer framework surface for this item.
Mirrors the AVPlayer framework counterpart for UrlAssetOptions.
Implementations§
Source§impl UrlAssetOptions
impl UrlAssetOptions
Sourcepub const fn prefer_precise_duration_and_timing(self, prefer: bool) -> Self
pub const fn prefer_precise_duration_and_timing(self, prefer: bool) -> Self
Mirrors the AVPlayer framework constant fn.
Sourcepub const fn prefers_precise_duration_and_timing(self) -> bool
pub const fn prefers_precise_duration_and_timing(self) -> bool
Mirrors the AVPlayer framework constant fn.
Trait Implementations§
Source§impl Clone for UrlAssetOptions
impl Clone for UrlAssetOptions
Source§fn clone(&self) -> UrlAssetOptions
fn clone(&self) -> UrlAssetOptions
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 UrlAssetOptions
impl Debug for UrlAssetOptions
Source§impl Default for UrlAssetOptions
impl Default for UrlAssetOptions
Source§impl PartialEq for UrlAssetOptions
impl PartialEq for UrlAssetOptions
Source§fn eq(&self, other: &UrlAssetOptions) -> bool
fn eq(&self, other: &UrlAssetOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for UrlAssetOptions
impl Eq for UrlAssetOptions
impl StructuralPartialEq for UrlAssetOptions
Auto Trait Implementations§
impl Freeze for UrlAssetOptions
impl RefUnwindSafe for UrlAssetOptions
impl Send for UrlAssetOptions
impl Sync for UrlAssetOptions
impl Unpin for UrlAssetOptions
impl UnsafeUnpin for UrlAssetOptions
impl UnwindSafe for UrlAssetOptions
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