#[repr(transparent)]pub struct AVCaptureTimecodeGeneratorSynchronizationStatus(pub NSInteger);Available on crate feature
AVCaptureTimecodeGenerator only.Expand description
Constants defining the synchronization status of a timecode generator .
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl AVCaptureTimecodeGeneratorSynchronizationStatus
impl AVCaptureTimecodeGeneratorSynchronizationStatus
Sourcepub const Unknown: Self
pub const Unknown: Self
The initial state before a source is selected or during error conditions.
Sourcepub const SourceSelected: Self
pub const SourceSelected: Self
A timecode source has been selected, but synchronization has not yet started.
Sourcepub const Synchronizing: Self
pub const Synchronizing: Self
The timecode generator is actively synchronizing to the selected source.
Sourcepub const Synchronized: Self
pub const Synchronized: Self
The timecode generator is successfully synchronized to the selected source, maintaining active timing alignment.
The timecode generator has failed to establish a connection with a given source.
Sourcepub const SourceUnsupported: Self
pub const SourceUnsupported: Self
The timecode generator is receiving data from the source in an unrecognized format.
Sourcepub const NotRequired: Self
pub const NotRequired: Self
The timecode generator does not require active synchronization for a given source.
Trait Implementations§
Source§impl Clone for AVCaptureTimecodeGeneratorSynchronizationStatus
impl Clone for AVCaptureTimecodeGeneratorSynchronizationStatus
Source§fn clone(&self) -> AVCaptureTimecodeGeneratorSynchronizationStatus
fn clone(&self) -> AVCaptureTimecodeGeneratorSynchronizationStatus
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 Ord for AVCaptureTimecodeGeneratorSynchronizationStatus
impl Ord for AVCaptureTimecodeGeneratorSynchronizationStatus
Source§fn cmp(
&self,
other: &AVCaptureTimecodeGeneratorSynchronizationStatus,
) -> Ordering
fn cmp( &self, other: &AVCaptureTimecodeGeneratorSynchronizationStatus, ) -> 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 AVCaptureTimecodeGeneratorSynchronizationStatus
impl PartialEq for AVCaptureTimecodeGeneratorSynchronizationStatus
Source§fn eq(&self, other: &AVCaptureTimecodeGeneratorSynchronizationStatus) -> bool
fn eq(&self, other: &AVCaptureTimecodeGeneratorSynchronizationStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AVCaptureTimecodeGeneratorSynchronizationStatus
impl PartialOrd for AVCaptureTimecodeGeneratorSynchronizationStatus
Source§impl RefEncode for AVCaptureTimecodeGeneratorSynchronizationStatus
impl RefEncode for AVCaptureTimecodeGeneratorSynchronizationStatus
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 AVCaptureTimecodeGeneratorSynchronizationStatus
impl Eq for AVCaptureTimecodeGeneratorSynchronizationStatus
impl StructuralPartialEq for AVCaptureTimecodeGeneratorSynchronizationStatus
Auto Trait Implementations§
impl Freeze for AVCaptureTimecodeGeneratorSynchronizationStatus
impl RefUnwindSafe for AVCaptureTimecodeGeneratorSynchronizationStatus
impl Send for AVCaptureTimecodeGeneratorSynchronizationStatus
impl Sync for AVCaptureTimecodeGeneratorSynchronizationStatus
impl Unpin for AVCaptureTimecodeGeneratorSynchronizationStatus
impl UnwindSafe for AVCaptureTimecodeGeneratorSynchronizationStatus
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.