#[repr(transparent)]pub struct AVPlayerLooperStatus(pub NSInteger);Available on crate feature
AVPlayerLooper only.Expand description
These constants are returned by the AVPlayerLooper status property to indicate whether it can successfully accomplish looping playback.
Indicates that the status of the looper is not yet known.
Indicates that the looper is ready for looping playback.
Indicates that the looper is not able to perform looping playback because of an error. The error is described by the value of the error property.
Indicates that the looper is no longer looping because -disableLooping was invoked.
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Trait Implementations§
Source§impl Clone for AVPlayerLooperStatus
impl Clone for AVPlayerLooperStatus
Source§fn clone(&self) -> AVPlayerLooperStatus
fn clone(&self) -> AVPlayerLooperStatus
Returns a duplicate 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 Debug for AVPlayerLooperStatus
impl Debug for AVPlayerLooperStatus
Source§impl Encode for AVPlayerLooperStatus
impl Encode for AVPlayerLooperStatus
Source§impl Hash for AVPlayerLooperStatus
impl Hash for AVPlayerLooperStatus
Source§impl Ord for AVPlayerLooperStatus
impl Ord for AVPlayerLooperStatus
Source§fn cmp(&self, other: &AVPlayerLooperStatus) -> Ordering
fn cmp(&self, other: &AVPlayerLooperStatus) -> 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 AVPlayerLooperStatus
impl PartialEq for AVPlayerLooperStatus
Source§impl PartialOrd for AVPlayerLooperStatus
impl PartialOrd for AVPlayerLooperStatus
Source§impl RefEncode for AVPlayerLooperStatus
impl RefEncode for AVPlayerLooperStatus
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 AVPlayerLooperStatus
impl Eq for AVPlayerLooperStatus
impl StructuralPartialEq for AVPlayerLooperStatus
Auto Trait Implementations§
impl Freeze for AVPlayerLooperStatus
impl RefUnwindSafe for AVPlayerLooperStatus
impl Send for AVPlayerLooperStatus
impl Sync for AVPlayerLooperStatus
impl Unpin for AVPlayerLooperStatus
impl UnwindSafe for AVPlayerLooperStatus
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.