#[repr(transparent)]pub struct AVAssetWriterStatus(pub NSInteger);Available on crate feature
AVAssetWriter only.Expand description
These constants are returned by the AVAssetWriter status property to indicate whether it can successfully write samples to its output file.
Indicates that the status of the asset writer is not currently known.
Indicates that the asset writer is successfully writing samples to its output file.
Indicates that the asset writer has successfully written all samples following a call to finishWriting.
Indicates that the asset writer can no longer write samples to its output file because of an error. The error is described by the value of the asset writer’s error property.
Indicates that the asset writer can no longer write samples because writing was canceled with the cancelWriting method.
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Trait Implementations§
Source§impl Clone for AVAssetWriterStatus
impl Clone for AVAssetWriterStatus
Source§fn clone(&self) -> AVAssetWriterStatus
fn clone(&self) -> AVAssetWriterStatus
Returns a copy 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 AVAssetWriterStatus
impl Debug for AVAssetWriterStatus
Source§impl Encode for AVAssetWriterStatus
impl Encode for AVAssetWriterStatus
Source§impl Hash for AVAssetWriterStatus
impl Hash for AVAssetWriterStatus
Source§impl Ord for AVAssetWriterStatus
impl Ord for AVAssetWriterStatus
Source§fn cmp(&self, other: &AVAssetWriterStatus) -> Ordering
fn cmp(&self, other: &AVAssetWriterStatus) -> 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 AVAssetWriterStatus
impl PartialEq for AVAssetWriterStatus
Source§impl PartialOrd for AVAssetWriterStatus
impl PartialOrd for AVAssetWriterStatus
Source§impl RefEncode for AVAssetWriterStatus
impl RefEncode for AVAssetWriterStatus
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 AVAssetWriterStatus
impl Eq for AVAssetWriterStatus
impl StructuralPartialEq for AVAssetWriterStatus
Auto Trait Implementations§
impl Freeze for AVAssetWriterStatus
impl RefUnwindSafe for AVAssetWriterStatus
impl Send for AVAssetWriterStatus
impl Sync for AVAssetWriterStatus
impl Unpin for AVAssetWriterStatus
impl UnwindSafe for AVAssetWriterStatus
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.