#[repr(transparent)]pub struct AVPlayerLooperItemOrdering(pub NSInteger);Available on crate feature
AVPlayerLooper only.Expand description
These constants are the allowable values of Looper’s existingItemsOrder initization parameter.
Indicates that the looper will insert the replica items before any existing items in the specified AVQueuePlayer’s play queue. This is default behavior.
Indicates that the looper will insert the replica items after any existing items in the specified AVQueuePlayer’s play queue.
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl AVPlayerLooperItemOrdering
impl AVPlayerLooperItemOrdering
pub const LoopingItemsPrecedeExistingItems: Self
pub const LoopingItemsFollowExistingItems: Self
Trait Implementations§
Source§impl Clone for AVPlayerLooperItemOrdering
impl Clone for AVPlayerLooperItemOrdering
Source§fn clone(&self) -> AVPlayerLooperItemOrdering
fn clone(&self) -> AVPlayerLooperItemOrdering
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 AVPlayerLooperItemOrdering
impl Debug for AVPlayerLooperItemOrdering
Source§impl Encode for AVPlayerLooperItemOrdering
impl Encode for AVPlayerLooperItemOrdering
Source§impl Hash for AVPlayerLooperItemOrdering
impl Hash for AVPlayerLooperItemOrdering
Source§impl Ord for AVPlayerLooperItemOrdering
impl Ord for AVPlayerLooperItemOrdering
Source§fn cmp(&self, other: &AVPlayerLooperItemOrdering) -> Ordering
fn cmp(&self, other: &AVPlayerLooperItemOrdering) -> 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 PartialOrd for AVPlayerLooperItemOrdering
impl PartialOrd for AVPlayerLooperItemOrdering
Source§impl RefEncode for AVPlayerLooperItemOrdering
impl RefEncode for AVPlayerLooperItemOrdering
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 AVPlayerLooperItemOrdering
impl Eq for AVPlayerLooperItemOrdering
impl StructuralPartialEq for AVPlayerLooperItemOrdering
Auto Trait Implementations§
impl Freeze for AVPlayerLooperItemOrdering
impl RefUnwindSafe for AVPlayerLooperItemOrdering
impl Send for AVPlayerLooperItemOrdering
impl Sync for AVPlayerLooperItemOrdering
impl Unpin for AVPlayerLooperItemOrdering
impl UnwindSafe for AVPlayerLooperItemOrdering
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.